去掉课程非音频的60秒计时

This commit is contained in:
NiSen
2023-10-19 10:01:56 +08:00
parent 051737f3c5
commit 51470f2b2b

View File

@@ -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);
},
//笔记组件触发,播放指定时间