去掉课程非音频的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() { // let $this=this;
$this.appendStudyOtherTime(); // this.appendStudyOtherHandle = setTimeout(function() {
}, 1000*60); // $this.appendStudyOtherTime();
// }, 1000*60);
}, },
//笔记组件触发,播放指定时间 //笔记组件触发,播放指定时间