zzz

Results 1 issues of zzz

``` wxGetSetting().then(res => { if (res.authSetting['scope.userInfo']) { wxGetUserInfo().then(res => { that.globalData.nickName = res.userInfo.nickName; that.globalData.userAvatar = res.userInfo.avatarUrl; // 确认所需全局变量正常 否则重新登录获取 if (isAllStorageOk) { that.globalData.isLogin = true; } if (that.globalData.uid != "")...