单机考试次数修改
This commit is contained in:
parent
514dec4835
commit
0e9797d4ff
@ -1280,7 +1280,7 @@ struct UserInfo {
|
||||
return
|
||||
}
|
||||
//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.title='当前考生预约考试次数为'+this.currentUser.yycs
|
||||
this.errorDialog.open()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user