From 51470f2b2ba51bf6be74519e0cc1e3380c2dbee1 Mon Sep 17 00:00:00 2001 From: NiSen Date: Thu, 19 Oct 2023 10:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=AF=BE=E7=A8=8B=E9=9D=9E?= =?UTF-8?q?=E9=9F=B3=E9=A2=91=E7=9A=8460=E7=A7=92=E8=AE=A1=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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); }, //笔记组件触发,播放指定时间