dev #63

Merged
wangzhongjie merged 206 commits from dev into main 2024-12-16 10:31:20 +08:00
Showing only changes of commit 91fa95aa9f - Show all commits

View File

@ -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()