uu
This commit is contained in:
parent
b0413e61da
commit
af1c5cc3c2
@ -82,7 +82,12 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
try{
|
||||||
this.initData()
|
this.initData()
|
||||||
|
}catch(e){
|
||||||
|
console.error("created -- initData ==========", e)
|
||||||
|
}
|
||||||
|
this.pageLoading = false
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
commodHeaders(){
|
commodHeaders(){
|
||||||
@ -102,7 +107,6 @@
|
|||||||
avatarUrl: userInfo.avatar,
|
avatarUrl: userInfo.avatar,
|
||||||
phoneNumber: userInfo.phonenumber,
|
phoneNumber: userInfo.phonenumber,
|
||||||
})
|
})
|
||||||
this.pageLoading = false
|
|
||||||
let seInfo = getSessionUserInfo()
|
let seInfo = getSessionUserInfo()
|
||||||
// 手动退出的场景,不做自动登录
|
// 手动退出的场景,不做自动登录
|
||||||
if(!seInfo.logout){
|
if(!seInfo.logout){
|
||||||
@ -110,7 +114,6 @@
|
|||||||
this.loginSucceed()
|
this.loginSucceed()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.pageLoading = false
|
|
||||||
},
|
},
|
||||||
async onChooseAvatar(res) {
|
async onChooseAvatar(res) {
|
||||||
let tmpFilePath = res.detail.avatarUrl
|
let tmpFilePath = res.detail.avatarUrl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user