mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交对事件的发送修改
This commit is contained in:
@@ -529,8 +529,9 @@
|
||||
this.contentData.status = 2; //进行中
|
||||
}
|
||||
if (this.contentData.contentType > 20) { //非视频类的
|
||||
this.isAppendTime = true;
|
||||
this.appendStudyTime();
|
||||
//用户的学习时长,只是视听课的学习时长,所以这里不要追加学习时长
|
||||
this.isAppendTime = false;
|
||||
//this.appendStudyTime();
|
||||
this.handleTimeout = setTimeout(function() {
|
||||
$this.saveStudyInfo();
|
||||
}, 5000); //5秒后记录学习完成
|
||||
|
||||
Reference in New Issue
Block a user