退出后清掉 baye_rank

wechat_user_type
Ge Hao 8 years ago
parent 8c3c634ef6
commit 93f9091352
  1. 5
      pages/mine/mine.js

@ -108,7 +108,10 @@ Page({
app.getUserInfo(function(userInfo) {
that.setData({userInfo: userInfo})
})
that.setData({needBindMobile: true})
that.setData({
needBindMobile: true,
baye_rank: null
})
}
},
fail: function() {},

Loading…
Cancel
Save