Compare commits

..

No commits in common. "8aa848af3ba8f7a080733ff0a9001694bb0d552c" and "9b390106499134c1fc6693fb1f772c52da8d9e4e" have entirely different histories.

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'||item.key=='kssycs'){
LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser[item.key] })
if(item.key=='ksxl'){
LabelBlock({ label: item.label, ratio: this.ratio, value: this.currentUser.ksxl })
}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(Number(this.systemParam.Param835)&&Number(this.currentUser.yycs)&&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()