@@ -120,7 +120,7 @@ Page({
wx.getStorage({
key: 'token',
success: res => {
- this.setData({
+ that.setData({
user_id: res.data.id,
user_name: res.data.nickname
})