提交对事件的发送修改

This commit is contained in:
daihh
2022-10-11 20:01:48 +08:00
parent 64cfa9e2d9
commit 243a137765
3 changed files with 9 additions and 5 deletions

View File

@@ -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秒后记录学习完成