From dac35ec2259297351400a0b4ba24f770a77ecea0 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Mon, 9 Oct 2023 19:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=85=A8=E9=83=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 7c53626..d4d80ea 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -957,19 +957,22 @@ import { this.countDown() } else { if (this.codenote[0].status == 0) { - uni.showModal({ - title: '申请正在审核中,请勿重复提交' - }) + if (item.type == 8) { + uni.navigateTo({ + url: '/pages/moreProject/moreProject' + }) + }else{ + uni.showModal({ + title: '申请正在审核中,请勿重复提交' + }) + } + } else { this.isFshow = true this.countDown() } } - if (item.type == 8) { - uni.navigateTo({ - url: '/pages/moreProject/moreProject' - }) - } + } else { switch (item.type) {