mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
三秒
This commit is contained in:
@@ -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) { //非视频类的
|
||||
|
||||
Reference in New Issue
Block a user