Commit 55d2a9869324de7b7998dcde894b656a775e22d3
1 parent
0d002d18
会员资料保存,已经OK
Showing
2 changed files
with
2 additions
and
2 deletions
pages/user/userinfo/userinfo.js
pages/user/userinfo/userinfo.wxml
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | <view>{{user.address}}</view> |
173 | 173 | </block> |
174 | 174 | <block wx:else> --> |
175 | - <input bindblur="address" maxlength="30" class="user-txt-right" placeholder="*地址" style="text-align:right" /> | |
175 | + <input bindblur="address" maxlength="30" value="{{user.address}}" class="user-txt-right" placeholder="*地址" style="text-align:right" /> | |
176 | 176 | <!-- </block> --> |
177 | 177 | </view> |
178 | 178 | ... | ... |