大车科目三
This commit is contained in:
parent
12bb386379
commit
cc1f4a6630
@ -251,7 +251,6 @@ struct Index {
|
|||||||
const {carName,carType,examSubject, mode} = this;
|
const {carName,carType,examSubject, mode} = this;
|
||||||
this.mode = mode
|
this.mode = mode
|
||||||
//小车车型列表
|
//小车车型列表
|
||||||
const sCarTypes = ['C1', 'C2', 'C5']
|
|
||||||
if (globalThis.singlePlay) {
|
if (globalThis.singlePlay) {
|
||||||
this.wayno = currentParams.wayno || 1;
|
this.wayno = currentParams.wayno || 1;
|
||||||
}
|
}
|
||||||
@ -304,9 +303,7 @@ struct Index {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (examSubject == 3 && no1 == 6) {
|
if (examSubject == 3 && no1 == 6) {
|
||||||
|
|
||||||
const name = decodeURI(systemParm.txt1)
|
const name = decodeURI(systemParm.txt1)
|
||||||
|
|
||||||
const currentProject: Project = {
|
const currentProject: Project = {
|
||||||
name,
|
name,
|
||||||
abbreviation: decodeURI(systemParm.txt3),
|
abbreviation: decodeURI(systemParm.txt3),
|
||||||
|
|||||||
@ -437,6 +437,12 @@ struct UserInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getExamMode(kStringArr: string[]) {
|
async getExamMode(kStringArr: string[]) {
|
||||||
|
// @ts-ignore
|
||||||
|
// 满分学习
|
||||||
|
if(this.currentUser.czlx === 1) {
|
||||||
|
this.mode === 5
|
||||||
|
return
|
||||||
|
}
|
||||||
let nightTime = ''
|
let nightTime = ''
|
||||||
const syssetParams = await getSyncData('MA_SYSSET');
|
const syssetParams = await getSyncData('MA_SYSSET');
|
||||||
const systemParams: SYSTEMPARMARR[] = (await getSyncData('MA_SYSTEMPARM')) as SYSTEMPARMARR[]
|
const systemParams: SYSTEMPARMARR[] = (await getSyncData('MA_SYSTEMPARM')) as SYSTEMPARMARR[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user