单机考试次数修改

This commit is contained in:
lv 2025-04-22 15:22:41 +08:00
parent 514dec4835
commit 0e9797d4ff

View File

@ -1280,7 +1280,7 @@ struct UserInfo {
return return
} }
//835参数值和预约考试次数对比 //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.type='4'
this.title='当前考生预约考试次数为'+this.currentUser.yycs this.title='当前考生预约考试次数为'+this.currentUser.yycs
this.errorDialog.open() this.errorDialog.open()