实名认证
This commit is contained in:
@@ -114,7 +114,8 @@ export default {
|
|||||||
this.$refs.login.show();
|
this.$refs.login.show();
|
||||||
} else if (!this.isApprove) {
|
} else if (!this.isApprove) {
|
||||||
if (this.user.status == 0) {
|
if (this.user.status == 0) {
|
||||||
this.$linkTo('/mods/AppAuth/AppAuth');
|
// this.$linkTo('/mods/AppAuth/AppAuth');
|
||||||
|
this.$linkTo('./userInfo')
|
||||||
} else {
|
} else {
|
||||||
this.$linkTo('/mods/AppAuth/authSuccess')
|
this.$linkTo('/mods/AppAuth/authSuccess')
|
||||||
}
|
}
|
||||||
@@ -128,12 +129,12 @@ 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('/pages/phone/bingPhoneNumber?from=auth')
|
||||||
this.$linkTo('./userInfo')
|
// } else {
|
||||||
} else {
|
// this.$linkTo('/mods/AppAuth/AppAuth')
|
||||||
this.$linkTo('/mods/AppAuth/AppAuth')
|
// }
|
||||||
}
|
this.$linkTo('./userInfo')
|
||||||
} else {
|
} else {
|
||||||
this.$linkTo(url)
|
this.$linkTo(url)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user