开始考试学员切换

This commit is contained in:
lvyuankang 2024-09-12 13:06:59 +08:00
parent c643766f31
commit a298fbd33c

View File

@ -935,11 +935,11 @@ struct UserInfo {
.backgroundImage(item.sfzmhm != this.currentUser.sfzmhm ? $r('app.media.userbox2') : $r('app.media.userboxbg'))
.backgroundImageSize({ width: '100%', height: '100%' })
.onClick(() => {
this.currentUser=EmptyCandidateObject
globalThis.lsh = item.lsh;
if (this.isExamStart && !globalThis.singlePlay) {
return
}
this.currentUser=EmptyCandidateObject
globalThis.lsh = item.lsh;
setTimeout(()=>{
this.currentUser = item
},200)