mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
去掉课程非音频的60秒计时
This commit is contained in:
@@ -491,10 +491,11 @@
|
||||
}
|
||||
});
|
||||
//每一分钟保存一次
|
||||
let $this=this;
|
||||
this.appendStudyOtherHandle = setTimeout(function() {
|
||||
$this.appendStudyOtherTime();
|
||||
}, 1000*60);
|
||||
// 取消阅读的每分钟六十秒的计时
|
||||
// let $this=this;
|
||||
// this.appendStudyOtherHandle = setTimeout(function() {
|
||||
// $this.appendStudyOtherTime();
|
||||
// }, 1000*60);
|
||||
|
||||
},
|
||||
//笔记组件触发,播放指定时间
|
||||
|
||||
Reference in New Issue
Block a user