修改正常视频暂停播放时十五秒的问题

This commit is contained in:
nisen
2023-11-23 11:04:28 +08:00
parent 0ae85485a4
commit 5c1ecc348a

View File

@@ -1442,6 +1442,10 @@
}
},
appendStudyTime() {
// 暂停的时候重新从十五秒开始计时
if(!this.appendStartTime){
this.appentInterval = 15
}
//重新覆盖时间
this.appendStartTime = new Date().getTime();
//console.log('开始追加学习时长',this.isAppendTime);