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