This commit is contained in:
zhangsir
2024-07-03 09:44:55 +08:00
parent 4e1f2e4e1d
commit e016e1aacc

View File

@@ -737,7 +737,10 @@
//console.log('评估处理');
}
if (this.contentData.status < 2) {
this.contentData.status = 2; //进行中
// this.contentData.status = 2; //进行中
setTimeout(() => {
this.contentData.status = 2; // 一秒后变为进行中
}, 3000);
}
//以下是学习记录,50是scorm项目
if (this.contentData.contentType > 20 && this.contentData.contentType !== 50) { //非视频类的