@@ -22,6 +22,10 @@ App({ | |||
this.globalData.userInfoData = {}; | |||
this.globalData.userInfoData.avatarUrl = userInfoData.avatarUrl; | |||
this.globalData.userInfoData.nickName = userInfoData.nickName; | |||
}else{ | |||
if (openid){ | |||
this.getUserInfo(); | |||
} | |||
} | |||
var userPhoneType = wx.getStorageSync('userPhoneType'); | |||
if (userPhoneType) { |