点击全部跳转的问题
This commit is contained in:
parent
a429994608
commit
dac35ec225
|
@ -957,19 +957,22 @@ import {
|
||||||
this.countDown()
|
this.countDown()
|
||||||
} else {
|
} else {
|
||||||
if (this.codenote[0].status == 0) {
|
if (this.codenote[0].status == 0) {
|
||||||
|
if (item.type == 8) {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/moreProject/moreProject'
|
||||||
|
})
|
||||||
|
}else{
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '申请正在审核中,请勿重复提交'
|
title: '申请正在审核中,请勿重复提交'
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.isFshow = true
|
this.isFshow = true
|
||||||
this.countDown()
|
this.countDown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (item.type == 8) {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: '/pages/moreProject/moreProject'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
switch (item.type) {
|
switch (item.type) {
|
||||||
|
|
Loading…
Reference in New Issue