刚才的bug忘了这个。。。

wechat_user_type
Ge Hao 8 years ago
parent f7f79854b3
commit 62694b5789
  1. 2
      pages/mine/mine.js

@ -88,7 +88,7 @@ Page({
},
bindSubmitMobile: function(e) {
var data = {mobile: this.data.mobile, mobile_code: e.detail.value.code, name: app.globalData.userInfo.nickName}
var data = {mobile: this.data.mobile, mobile_code: e.detail.value.code, name: this.data.userInfo.nickName}
profile.getCustomerInfo(data, this.infoCallback)
},

Loading…
Cancel
Save