满分学习
This commit is contained in:
parent
00733c81fa
commit
b839458e73
@ -473,8 +473,8 @@ struct Index {
|
||||
this.projectsCenterObj[txt2] = currentProject
|
||||
this.projects.push(currentProject);
|
||||
|
||||
// 真实监管下发考试项目, 夜考模式、满分学习不进此逻辑
|
||||
if (isInExam && this.mode !== 2 && this.mode !== 5 && !(kStringArr.includes(txt2) || kStringArr.includes(no2 + ''))) {
|
||||
// 真实监管下发考试项目, 夜考模式不进此逻辑
|
||||
if (isInExam && this.mode !== 2 && !(kStringArr.includes(txt2) || kStringArr.includes(no2 + ''))) {
|
||||
this.projectsObj[no2*1].type = '3'
|
||||
this.projectsObj[no2*1].isUpload = true
|
||||
this.projectsObj[no2*1].isEnd = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user