From 0c13c8a4773d341d57de448d3c6fc1ab29bd4410 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 2 Jul 2024 09:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=A8=E5=BA=97=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/AppMine.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/project/fengdu/AppMine/AppMine.vue b/src/project/fengdu/AppMine/AppMine.vue index d09de3f..63a34ce 100644 --- a/src/project/fengdu/AppMine/AppMine.vue +++ b/src/project/fengdu/AppMine/AppMine.vue @@ -106,7 +106,7 @@ export default { icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodemendian.png", label: "我的门店", path: "./myStoreList", - type: 'idNumber' + type: 'phone' }, // { // icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-sys.png", @@ -160,8 +160,17 @@ export default { if (type == 'idNumber') { if (this.user.status == 0) { if (!this.user.phone) { - this.$linkTo('./userInfo') - } + this.$linkTo('/pages/phone/bingPhoneNumber?from=auth') + } else { + this.$linkTo('/mods/AppAuth/AppAuth') + } + } else { + this.$linkTo(url) + } + } + if (type == 'phone') { //我的门店验证手机号 + if (!this.user.phone) { + this.$linkTo('./userInfo') } else { this.$linkTo(url) }