个人中心

This commit is contained in:
liuye
2024-07-01 08:41:08 +08:00
parent 573f5b3cfd
commit f43b985c4b

View File

@@ -160,10 +160,8 @@ export default {
if (type == 'idNumber') {
if (this.user.status == 0) {
if (!this.user.phone) {
this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
} else {
this.$linkTo('/mods/AppAuth/AppAuth')
}
this.$linkTo('./userInfo')
}
} else {
this.$linkTo(url)
}