diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 36ef06ea..a9777a50 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -1007,6 +1007,9 @@ struct UserInfo { Image($r('app.media.gx_btn')) .commStyle() .onClick(() => { + if (this.isExamStart && !globalThis.singlePlay) { + return + } this.faceCompareSucess = 0 this.numCount = 0 this.getExaminationStudentInfoFn()