本地配置文件
This commit is contained in:
parent
25bc5ea88a
commit
645fc33a23
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user