This commit is contained in:
lvyuankang 2024-08-27 10:14:06 +08:00
parent a22a8b1b00
commit 7e0ba0b21d
3 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export const CandidateData: Array<User> = [
bz1: '',
jxmc: '',
kchp: '',
ksy2:'',
kscx: '',
ksdd: '',
kssycs: '',
@ -46,6 +47,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: "",
},
{
@ -70,6 +72,7 @@ export const CandidateData: Array<User> = [
xldm: '',
yycs: '',
ksy2sfzmhm: "",
ksy2:'',
},
{
sfzmhm: '3423231995014700004',
@ -92,6 +95,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: "",
},
{
@ -116,6 +120,7 @@ export const CandidateData: Array<User> = [
xldm: '',
yycs: '',
ksy2sfzmhm: "",
ksy2:'',
},
{
sfzmhm: '342323199501470016',
@ -138,6 +143,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: "",
},
{
@ -161,6 +167,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: "",
},
{
@ -184,6 +191,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: ""
},
{
@ -207,6 +215,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: ""
},
{
@ -230,6 +239,7 @@ export const CandidateData: Array<User> = [
xh: '',
xldm: '',
yycs: '',
ksy2:'',
ksy2sfzmhm: "",
}]
@ -237,6 +247,7 @@ export const EmptyCandidateObject = {
ksy2sfzmhm: "",
sfzmhm: '',
xm: '',
ksy2:'',
lsh: '',
ksy1: '',
id: '',

View File

@ -219,6 +219,7 @@ struct UserInfo {
this.currentUser = res
this.lsh = this.currentUser.lsh
globalThis.lsh = this.currentUser.lsh
this.currentUser.ksy1=this.currentUser.ksy1?this.currentUser.ksy1:this.currentUser.ksy2;
globalThis.ksyh = this.currentUser.ksy1sfzmhm || this.currentUser.ksy2sfzmhm
const {examSubject} = globalThis.carInfo;
// this.currentUser.kszp=this.photo+res.kszp

View File

@ -4,6 +4,7 @@ export interface User {
xm: string
lsh: string
ksy1: string
ksy2: string
id: string
kszp: string
ksmjzp: string