feat:评判修改

This commit is contained in:
surenjun 2024-09-03 14:04:47 +08:00
parent 6ecddd7cbf
commit 23a4b0829a

View File

@ -436,7 +436,7 @@ struct UserInfo {
if(that.list.length == 0){ if(that.list.length == 0){
clearInterval(that.interval) clearInterval(that.interval)
that.interval = setInterval(() => { that.interval = setInterval(() => {
that.getExaminationStudentInfoFn() that.getExaminationStudentInfoFn()
}, 5000) }, 5000)
}else{ }else{
that.getExaminationStudentInfoFn() that.getExaminationStudentInfoFn()
@ -451,7 +451,7 @@ struct UserInfo {
//人脸比对窗口关闭 //人脸比对窗口关闭
changeFaceCompareSuccess() { changeFaceCompareSuccess() {
this.ksksLimit = false this.ksksLimit = false
console.log('this.faceCompareSuces', this.faceCompareSucess, JSON.stringify(this.currentUser)) console.log('this.faceCompareSuces', this.faceCompareSucess, JSON.stringify(this.currentUser))
if (this.faceCompareSucess > 0) { if (this.faceCompareSucess > 0) {
//人脸比对通过 //人脸比对通过
@ -652,6 +652,7 @@ struct UserInfo {
}) })
avPlayer.playAudio(['voice/监管审核未通过.mp3']); avPlayer.playAudio(['voice/监管审核未通过.mp3']);
this.isLoadingPopupVisible = false this.isLoadingPopupVisible = false
this.isExamStart = false
return return
} }
this.currentUser.id = '0' this.currentUser.id = '0'