From 88539afc248146c99918385cf8e66e85fbe02b36 Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Wed, 9 Apr 2025 09:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E8=80=83=E6=AC=A1=E6=95=B0=E4=BF=AE?= =?UTF-8?q?=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 72a4a17b..111e8573 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -1241,8 +1241,8 @@ struct UserInfo { LabelBlock({ label: item.label, ratio: this.ratio, value: '*****' }) } }else if(this.systemParam.Param850=='6'){ - if(item.key=='ksxl'){ - LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser.ksxl }) + if(item.key=='ksxl'||item.key=='kssycs'){ + LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser[item.key] }) }else if(item.key=='sfzmhm'){ LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser.sfzmhm.slice(-6) }) }else{ @@ -1318,7 +1318,7 @@ struct UserInfo { if (this.systemParam.Param612Str == '1') { return } - if(this.systemParam.Param835&&this.currentUser.yycs&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ + if(Number(this.systemParam.Param835)&&Number(this.currentUser.yycs)&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ this.type='4' this.title='当前考生预约考试次数为'+this.currentUser.yycs this.errorDialog.open()