问题修改

This commit is contained in:
lixiao 2025-04-25 17:04:50 +08:00
parent cb9ea64d9b
commit e03483d16f
3 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ struct UserInfo {
async getExamMode(kStringArr: string[]) {
// @ts-ignore
// 满分学习
if (this.currentUser.czlx === 1) {
if (this.currentUser.czlx == "1") {
this.mode === 5
return
}

View File

@ -1690,7 +1690,7 @@ export default class Judge {
console.info(judgeTag, '项目状态projectsObj:' + JSON.stringify(projectsObj[projectKey]));
const {type,isRequired,ykType} = projectsObj[projectKey];
allProjectNum += 1;
if (type == 3 || type == 4) {
if (type == 3 || type == 4 || ykType == 3 || ykType == 4) {
allEndProjectsNum += 1;
}
if (isRequired && projectKey != '11') {