本地配置文件

This commit is contained in:
lv 2025-04-08 08:14:54 +08:00
parent 25bc5ea88a
commit 645fc33a23

View File

@ -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()