| this.data.userData.nickName = app.globalData.userInfoData.nickName; | this.data.userData.nickName = app.globalData.userInfoData.nickName; | ||||
| this.data.userData.userLevel = app.globalData.userInfoData.userLevel; | this.data.userData.userLevel = app.globalData.userInfoData.userLevel; | ||||
| this.setData({ | this.setData({ | ||||
| isLogin: true, | |||||
| userData: this.data.userData | userData: this.data.userData | ||||
| }) | }) | ||||
| } | } | ||||
| wx.setStorageSync('userInfoData', app.globalData.userInfoData); | wx.setStorageSync('userInfoData', app.globalData.userInfoData); | ||||
| } | } | ||||
| this.setData({ | this.setData({ | ||||
| userData: this.data.userData, | |||||
| isLogin: true | |||||
| userData: this.data.userData | |||||
| }) | }) | ||||
| if (!app.globalData.userInfoData){ | |||||
| this.setData({ | |||||
| isLogin: true | |||||
| }) | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| },this) | },this) |