From b395a44e70e19aff241d671763db5942a85f4757 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 27 Jun 2024 11:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppStore/AppStore.vue | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/project/fengdu/AppStore/AppStore.vue b/src/project/fengdu/AppStore/AppStore.vue index 3b8a5e4..35ffee6 100644 --- a/src/project/fengdu/AppStore/AppStore.vue +++ b/src/project/fengdu/AppStore/AppStore.vue @@ -4,8 +4,8 @@ - - + + @@ -45,15 +45,7 @@ export default { if(e.tabIndex) { this.tabIndex = e.tabIndex } - if(!this.user.phone) { - this.$dialog.confirm({ - content: '您只有完成信息认证后,才可进行相关操作。', - confirmText: '去认证' - }).then(() => { - this.$linkTo('/pages/AppMine/userInfo?isFromTabbar=1&path=/pages/AppStore/AppStore') - }).catch(() => { - }) - } + }, methods: { change(e) {