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) {