mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
去掉课程非音频的60秒计时
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
},
|
},
|
||||||
//笔记组件触发,播放指定时间
|
//笔记组件触发,播放指定时间
|
||||||
|
|||||||
Reference in New Issue
Block a user