数据切换到正式环境
This commit is contained in:
7
App.vue
7
App.vue
@@ -27,13 +27,6 @@ export default {
|
||||
uni.setStorageSync(this.$cacheKey.dictData, res.data)
|
||||
})
|
||||
|
||||
// 更新用户头像
|
||||
if (userInfo.headSculpture) {
|
||||
getImageUrl(userInfo.headSculpture).then((res) => {
|
||||
userInfo.avatar = res.data
|
||||
uni.setStorageSync(this.$cacheKey.userInfo, userInfo)
|
||||
})
|
||||
}
|
||||
},
|
||||
onHide: function () {
|
||||
console.log('App Hide')
|
||||
|
||||
Reference in New Issue
Block a user