Compare commits

...

2 Commits

Author SHA1 Message Date
lv
8aa848af3b Merge remote-tracking branch 'origin/dev' into dev 2025-04-09 09:01:29 +08:00
lv
88539afc24 待考次数修改 2025-04-09 09:01:18 +08:00

View File

@ -1241,8 +1241,8 @@ struct UserInfo {
LabelBlock({ label: item.label, ratio: this.ratio, value: '*****' })
}
}else if(this.systemParam.Param850=='6'){
if(item.key=='ksxl'){
LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser.ksxl })
if(item.key=='ksxl'||item.key=='kssycs'){
LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser[item.key] })
}else if(item.key=='sfzmhm'){
LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser.sfzmhm.slice(-6) })
}else{
@ -1318,7 +1318,7 @@ struct UserInfo {
if (this.systemParam.Param612Str == '1') {
return
}
if(this.systemParam.Param835&&this.currentUser.yycs&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){
if(Number(this.systemParam.Param835)&&Number(this.currentUser.yycs)&&Number(this.systemParam.Param835)<=Number(this.currentUser.yycs)){
this.type='4'
this.title='当前考生预约考试次数为'+this.currentUser.yycs
this.errorDialog.open()