修改正常视频停止播放从十五秒开始

This commit is contained in:
nisen
2023-11-23 11:07:42 +08:00
parent 1109276445
commit 93dd3519a9

View File

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