Commit f48f278e37e96a5ab11bb8f24797af47e77530a0
1 parent
f9f5c36928
Exists in
master
and in
2 other branches
建档增加户籍地址
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