开始考试学员切换
This commit is contained in:
parent
c643766f31
commit
a298fbd33c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user