Commit 4cfd7b8b authored by liwei's avatar liwei

存储用户信息增加了会员id

parent 11d8d274
......@@ -59,6 +59,7 @@
this.token = res.data.token
this.openId = res.data.data.wxOpenid
this.userInfo = res.data.data
this.userInfo.memberId = res.data.memberId
uni.setStorageSync('token', this.token)
uni.setStorageSync('userInfo', this.userInfo)
//停止加载
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment