实名认证页面路径修改

This commit is contained in:
liuye
2023-10-18 10:26:05 +08:00
parent 0d06f67599
commit 98367e1551
3 changed files with 6 additions and 5 deletions

View File

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