点击全部跳转的问题

This commit is contained in:
jia 2023-10-09 19:42:01 +08:00
parent a429994608
commit dac35ec225
1 changed files with 11 additions and 8 deletions

View File

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