dev #65

Merged
wangzhongjie merged 71 commits from dev into main 2025-06-17 17:32:26 +08:00
Showing only changes of commit 645fc33a23 - Show all commits

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