diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index a2a48b0c..3440d781 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -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); }, //笔记组件触发,播放指定时间