This commit is contained in:
aihe 2024-07-15 21:15:20 +08:00
parent b0413e61da
commit af1c5cc3c2

View File

@ -82,7 +82,12 @@
},
created() {
try{
this.initData()
}catch(e){
console.error("created -- initData ==========", e)
}
this.pageLoading = false
},
methods: {
commodHeaders(){
@ -102,7 +107,6 @@
avatarUrl: userInfo.avatar,
phoneNumber: userInfo.phonenumber,
})
this.pageLoading = false
let seInfo = getSessionUserInfo()
// 手动退出的场景,不做自动登录
if(!seInfo.logout){
@ -110,7 +114,6 @@
this.loginSucceed()
}
}
this.pageLoading = false
},
async onChooseAvatar(res) {
let tmpFilePath = res.detail.avatarUrl