From 26c2d675d7c33017630b10529c3c734807073fad Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 18 Oct 2023 10:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppMine/AppMine.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/project/wuxi/AppMine/AppMine.vue b/src/project/wuxi/AppMine/AppMine.vue index cc74b72..1a4a1e0 100644 --- a/src/project/wuxi/AppMine/AppMine.vue +++ b/src/project/wuxi/AppMine/AppMine.vue @@ -114,7 +114,8 @@ export default { this.$refs.login.show(); } else if (!this.isApprove) { if (this.user.status == 0) { - this.$linkTo('/mods/AppAuth/AppAuth'); + // this.$linkTo('/mods/AppAuth/AppAuth'); + this.$linkTo('./userInfo') } else { this.$linkTo('/mods/AppAuth/authSuccess') } @@ -128,12 +129,12 @@ export default { } if (type == 'idNumber') { if (this.user.status == 0) { - if (!this.user.phone) { - // this.$linkTo('/pages/phone/bingPhoneNumber?from=auth') - this.$linkTo('./userInfo') - } else { - this.$linkTo('/mods/AppAuth/AppAuth') - } + // if (!this.user.phone) { + // this.$linkTo('/pages/phone/bingPhoneNumber?from=auth') + // } else { + // this.$linkTo('/mods/AppAuth/AppAuth') + // } + this.$linkTo('./userInfo') } else { this.$linkTo(url) }