个人中心
This commit is contained in:
@@ -160,10 +160,8 @@ export default {
|
|||||||
if (type == 'idNumber') {
|
if (type == 'idNumber') {
|
||||||
if (this.user.status == 0) {
|
if (this.user.status == 0) {
|
||||||
if (!this.user.phone) {
|
if (!this.user.phone) {
|
||||||
this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
|
this.$linkTo('./userInfo')
|
||||||
} else {
|
}
|
||||||
this.$linkTo('/mods/AppAuth/AppAuth')
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
this.$linkTo(url)
|
this.$linkTo(url)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user