From 23a4b0829a814a29e460789ce7161b50bb04cc8d Mon Sep 17 00:00:00 2001 From: surenjun Date: Tue, 3 Sep 2024 14:04:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=AF=84=E5=88=A4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/UserInfo.ets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'