Commit f48f278e37e96a5ab11bb8f24797af47e77530a0

Authored by wuxuehong
1 parent f9f5c36928

建档增加户籍地址

Showing 2 changed files with 2 additions and 2 deletions

littleApp_child/packageA/pages/editAddress/editAddress.wxml View file @ f48f278
... ... @@ -18,7 +18,7 @@
18 18 <view class="weui-label line-tt"><text style="color:red">*</text>街道门牌</view>
19 19 </view>
20 20 <view class="weui-cell__bd">
21   - <input bindinput="bindKeyInput" value="{{babyAddress}}" type="text" placeholder="输入街道门牌" />
  21 + <input bindinput="bindKeyInput" style="font-size:14px;" value="{{babyAddress}}" type="text" placeholder="输入街道门牌" />
22 22 </view>
23 23 </view>
24 24 <view>
littleApp_child/utils/network_util.js View file @ f48f278
... ... @@ -4,7 +4,7 @@
4 4 // 18382670036 多层次
5 5 // 18328537371 陈云 666666
6 6 // 0测试环境 1正式环境 2演示环境 3衡水
7   -var Builing_Release_AppStore = 4;
  7 +var Builing_Release_AppStore = 0;
8 8 // 获取服务器地址
9 9 function kServerBaseUrl() {
10 10 switch (Builing_Release_AppStore) {