From b6175823cbc48c9d8065d27063f256ed0aa5c72f Mon Sep 17 00:00:00 2001 From: lv <1344032923@qq.com> Date: Tue, 22 Apr 2025 16:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E5=BC=80=E5=A7=8B=E8=80=83?= =?UTF-8?q?=E8=AF=95=E9=98=B2=E6=8A=96=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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 111e8573..76f7b089 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -143,11 +143,13 @@ struct UserInfo { this.sfbdinterfaceFn() } else { this.showFaceCompare = true + this.ksksLimit=false } } else { this.sfbdinterfaceFn() } } catch (e) { + this.ksksLimit=false console.info('Throw Error', JSON.stringify(e)) } @@ -886,6 +888,7 @@ struct UserInfo { //身份比对 async sfbdinterfaceFn() { globalThis.statue = 4 + this.ksksLimit=false this.stepFlag = true const carInfo = globalThis.carInfo; const {carId,examinationRoomId} = carInfo; @@ -1318,7 +1321,7 @@ struct UserInfo { if (this.systemParam.Param612Str == '1') { return } - if(Number(this.systemParam.Param835)&&Number(this.currentUser.yycs)&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){ + if(!globalThis.singlePlay&&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()