提交事件发送修改

This commit is contained in:
daihh
2022-10-13 15:31:08 +08:00
parent e4717d3f60
commit e30b2e8f2b
2 changed files with 32 additions and 26 deletions

View File

@@ -502,6 +502,9 @@
}
}
if(this.appendStudyOtherHandle!=null){
windows.clearTimeout(this.appendStudyOtherHandle);
}
this.playerBoxShow = false;
//显示内容部分
this.$refs.mynote.showVideoTimeBtn(false);
@@ -568,11 +571,6 @@
//用户的学习时长,非音视频课程学习,单独的处理
this.isAppendTime = false;
if(this.appendStudyOtherHandle!=null){
windows.clearTimeout(this.appendStudyOtherHandle);
}
this.appendStudyOtherHandle = setTimeout(function() {
$this.appendStudyOtherTime();
}, 1000*60*2); //非音视频课程学习,2分钟后记录因为一次记录是60秒