点击全部跳转的问题
This commit is contained in:
parent
a429994608
commit
dac35ec225
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue