Commit 55d2a9869324de7b7998dcde894b656a775e22d3

Authored by yvan.ni
1 parent 0d002d18

会员资料保存,已经OK

pages/user/userinfo/userinfo.js
... ... @@ -753,7 +753,7 @@ Page({
753 753 store_id: r.stoid,
754 754 user_id: getApp().globalData.user_id,
755 755 vipnopwd: isstcsp,
756   - paypwd: consumption,//消费密码
  756 + vippass: consumption,//消费密码
757 757 sex: sex,//性别
758 758 nickname:user_name,//昵称
759 759 idcard:identity_card,//身份证
... ...
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  
... ...