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'))
.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)