uu
This commit is contained in:
parent
b0413e61da
commit
af1c5cc3c2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user