Compare commits

..

No commits in common. "d8bb12520b4143413d20cffd2686e028be2a0096" and "c5dfef44e5e474ee776502e763f56c8e671bca85" have entirely different histories.

View File

@ -143,13 +143,11 @@ struct UserInfo {
this.sfbdinterfaceFn() this.sfbdinterfaceFn()
} else { } else {
this.showFaceCompare = true this.showFaceCompare = true
this.ksksLimit=false
} }
} else { } else {
this.sfbdinterfaceFn() this.sfbdinterfaceFn()
} }
} catch (e) { } catch (e) {
this.ksksLimit=false
console.info('Throw Error', JSON.stringify(e)) console.info('Throw Error', JSON.stringify(e))
} }
@ -888,7 +886,6 @@ struct UserInfo {
//身份比对 //身份比对
async sfbdinterfaceFn() { async sfbdinterfaceFn() {
globalThis.statue = 4 globalThis.statue = 4
this.ksksLimit=false
this.stepFlag = true this.stepFlag = true
const carInfo = globalThis.carInfo; const carInfo = globalThis.carInfo;
const {carId,examinationRoomId} = carInfo; const {carId,examinationRoomId} = carInfo;
@ -1321,7 +1318,7 @@ struct UserInfo {
if (this.systemParam.Param612Str == '1') { if (this.systemParam.Param612Str == '1') {
return return
} }
if(!globalThis.singlePlay&&Number(this.systemParam.Param835)&&Number(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.type='4'
this.title='当前考生预约考试次数为'+this.currentUser.yycs this.title='当前考生预约考试次数为'+this.currentUser.yycs
this.errorDialog.open() this.errorDialog.open()