问题修改
This commit is contained in:
parent
e03483d16f
commit
90c348eb47
@ -382,10 +382,10 @@ export default class Judge {
|
||||
//成绩不合格
|
||||
if (totalScore < passingGrade) {
|
||||
//科目三不合格报靠边停车
|
||||
if (examSubject == 3 ) {
|
||||
if( param302 == 1){
|
||||
if (examSubject == 3) {
|
||||
if (param302 == 1) {
|
||||
avPlayer.playAudio([`voice/考试结束.mp3`]);
|
||||
}else if(param302 == 0){
|
||||
} else if (param302 == 0) {
|
||||
return
|
||||
}
|
||||
}
|
||||
@ -1229,7 +1229,7 @@ export default class Judge {
|
||||
})
|
||||
})
|
||||
} else {
|
||||
if(code[0] == 'zhpp'){
|
||||
if (code[0] == 'zhpp') {
|
||||
clearTimeout(this.deductedPopShowTimer)
|
||||
this.judgeUI.isDeductedPopShow = true
|
||||
this.judgeUI.defaultTabIndex = 1
|
||||
@ -1695,7 +1695,7 @@ export default class Judge {
|
||||
}
|
||||
if (isRequired && projectKey != '11') {
|
||||
projectNum += 1;
|
||||
if (type == 3 || type == 4) {
|
||||
if (type == 3 || type == 4 || ykType == 3 || ykType == 4) {
|
||||
endProjectsNum += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user