Commit 55d2a9869324de7b7998dcde894b656a775e22d3
1 parent
0d002d18
会员资料保存,已经OK
Showing
2 changed files
with
2 additions
and
2 deletions
pages/user/userinfo/userinfo.js
@@ -753,7 +753,7 @@ Page({ | @@ -753,7 +753,7 @@ Page({ | ||
753 | store_id: r.stoid, | 753 | store_id: r.stoid, |
754 | user_id: getApp().globalData.user_id, | 754 | user_id: getApp().globalData.user_id, |
755 | vipnopwd: isstcsp, | 755 | vipnopwd: isstcsp, |
756 | - paypwd: consumption,//消费密码 | 756 | + vippass: consumption,//消费密码 |
757 | sex: sex,//性别 | 757 | sex: sex,//性别 |
758 | nickname:user_name,//昵称 | 758 | nickname:user_name,//昵称 |
759 | idcard:identity_card,//身份证 | 759 | idcard:identity_card,//身份证 |
pages/user/userinfo/userinfo.wxml
@@ -172,7 +172,7 @@ | @@ -172,7 +172,7 @@ | ||
172 | <view>{{user.address}}</view> | 172 | <view>{{user.address}}</view> |
173 | </block> | 173 | </block> |
174 | <block wx:else> --> | 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 | <!-- </block> --> | 176 | <!-- </block> --> |
177 | </view> | 177 | </view> |
178 | 178 |