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