dev #63

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

View File

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