mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
提交事件发送修改
This commit is contained in:
@@ -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秒
|
||||
|
||||
Reference in New Issue
Block a user