问题修改

This commit is contained in:
lixiao 2025-04-25 17:05:14 +08:00
parent e03483d16f
commit 90c348eb47

View File

@ -382,10 +382,10 @@ export default class Judge {
//成绩不合格 //成绩不合格
if (totalScore < passingGrade) { if (totalScore < passingGrade) {
//科目三不合格报靠边停车 //科目三不合格报靠边停车
if (examSubject == 3 ) { if (examSubject == 3) {
if( param302 == 1){ if (param302 == 1) {
avPlayer.playAudio([`voice/考试结束.mp3`]); avPlayer.playAudio([`voice/考试结束.mp3`]);
}else if(param302 == 0){ } else if (param302 == 0) {
return return
} }
} }
@ -1229,7 +1229,7 @@ export default class Judge {
}) })
}) })
} else { } else {
if(code[0] == 'zhpp'){ if (code[0] == 'zhpp') {
clearTimeout(this.deductedPopShowTimer) clearTimeout(this.deductedPopShowTimer)
this.judgeUI.isDeductedPopShow = true this.judgeUI.isDeductedPopShow = true
this.judgeUI.defaultTabIndex = 1 this.judgeUI.defaultTabIndex = 1
@ -1695,7 +1695,7 @@ export default class Judge {
} }
if (isRequired && projectKey != '11') { if (isRequired && projectKey != '11') {
projectNum += 1; projectNum += 1;
if (type == 3 || type == 4) { if (type == 3 || type == 4 || ykType == 3 || ykType == 4) {
endProjectsNum += 1; endProjectsNum += 1;
} }
} }