From a298fbd33c6210ce66bb395656d7d7ac558ba657 Mon Sep 17 00:00:00 2001 From: lvyuankang <1344032923@qq.com> Date: Thu, 12 Sep 2024 13:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E8=80=83=E8=AF=95=E5=AD=A6?= =?UTF-8?q?=E5=91=98=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/UserInfo.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index b519f096..36ef06ea 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -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)