From f43b985c4b5dda5b17fe92c55d13f11e14fad203 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 1 Jul 2024 08:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/AppMine.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index 2fd5c5f..e34741c 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -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) }