mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改正常视频暂停播放时十五秒的问题
This commit is contained in:
@@ -1442,6 +1442,10 @@
|
||||
}
|
||||
},
|
||||
appendStudyTime() {
|
||||
// 暂停的时候重新从十五秒开始计时
|
||||
if(!this.appendStartTime){
|
||||
this.appentInterval = 15
|
||||
}
|
||||
//重新覆盖时间
|
||||
this.appendStartTime = new Date().getTime();
|
||||
//console.log('开始追加学习时长',this.isAppendTime);
|
||||
|
||||
Reference in New Issue
Block a user