开始考试学员切换
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'))
|
.backgroundImage(item.sfzmhm != this.currentUser.sfzmhm ? $r('app.media.userbox2') : $r('app.media.userboxbg'))
|
||||||
.backgroundImageSize({ width: '100%', height: '100%' })
|
.backgroundImageSize({ width: '100%', height: '100%' })
|
||||||
.onClick(() => {
|
.onClick(() => {
|
||||||
this.currentUser=EmptyCandidateObject
|
|
||||||
globalThis.lsh = item.lsh;
|
|
||||||
if (this.isExamStart && !globalThis.singlePlay) {
|
if (this.isExamStart && !globalThis.singlePlay) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
this.currentUser=EmptyCandidateObject
|
||||||
|
globalThis.lsh = item.lsh;
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.currentUser = item
|
this.currentUser = item
|
||||||
},200)
|
},200)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user