From 645fc33a23879ed166b39d40901474ec986deacf Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Tue, 8 Apr 2025 08:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= 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 821fb1dd..6a675a73 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -1278,7 +1278,7 @@ struct UserInfo { if (this.systemParam.Param612Str == '1') { return } - if(Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ + if(this.systemParam.Param835&&this.currentUser.yycs&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ this.type='4' this.title='当前考生预约考试次数为'+this.currentUser.yycs this.errorDialog.open()