From 90c348eb47f6f1d02953cd93fff5434bdaa5519e Mon Sep 17 00:00:00 2001 From: lixiao <932184220@qq.com> Date: Fri, 25 Apr 2025 17:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/judgeSDK/judge.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/entry/src/main/ets/pages/judgeSDK/judge.ts b/entry/src/main/ets/pages/judgeSDK/judge.ts index b752612b..5fdb09e3 100644 --- a/entry/src/main/ets/pages/judgeSDK/judge.ts +++ b/entry/src/main/ets/pages/judgeSDK/judge.ts @@ -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; } }