去掉语音码

This commit is contained in:
lixiao 2025-05-20 17:19:13 +08:00
parent 88f00ddfcf
commit fe3e1f71ec

View File

@ -416,12 +416,12 @@ export default class Judge {
if (examSubject == 3 && (param342 == 0 || param342 == 2) && (param302 != 6 || param302 != 7 || param302 != 8)) {
if (param512[7] != 0) {
clearTimeout(this.deductedPopShowTimer)
this.judgeUI.isDeductedPopShow = false
avPlayer.playAudio(['voice/综合评判.mp3'])
this.judgeUI.isDeductedPopShow = true
this.judgeUI.defaultTabIndex = 1
this.isEndTip = true
// clearTimeout(this.deductedPopShowTimer)
// this.judgeUI.isDeductedPopShow = false
// avPlayer.playAudio(['voice/综合评判.mp3'])
// this.judgeUI.isDeductedPopShow = true
// this.judgeUI.defaultTabIndex = 1
// this.isEndTip = true
}
} else {
await examJudgeEndExam()