From 0e9797d4ffcadb1fb86ada5a396385b84fc033bd Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Tue, 22 Apr 2025 15:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=9C=BA=E8=80=83=E8=AF=95=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/UserInfo.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index e2474396..b2bbee21 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -1280,7 +1280,7 @@ struct UserInfo { return } //835参数值和预约考试次数对比 - if(Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ + if(Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)&&!globalThis.singlePlay){ this.type='4' this.title='当前考生预约考试次数为'+this.currentUser.yycs this.errorDialog.open()