feat: 512[7]参数添加
This commit is contained in:
parent
29e11bba39
commit
f888e82b00
@ -1215,10 +1215,13 @@ export default class Judge {
|
||||
} else {
|
||||
//收到综合评判语音时,显示综合评判弹窗
|
||||
if(code[0] == 'zhpp'){
|
||||
const param512 = (this.judgeUI.judgeConfigObj['512'] || '').split(',');
|
||||
this.judgeUI.isDeductedPopShow = false
|
||||
clearTimeout(this.deductedPopShowTimer)
|
||||
this.judgeUI.isDeductedPopShow = true
|
||||
this.judgeUI.defaultTabIndex = 1
|
||||
if(param512[7] != 0){
|
||||
this.judgeUI.isDeductedPopShow = true
|
||||
this.judgeUI.defaultTabIndex = 1
|
||||
}
|
||||
this.isEndTip = true
|
||||
}
|
||||
avPlayer.playAudio([`voice/${code[0]}.mp3`])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user