mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
修改正常视频停止播放从十五秒开始
This commit is contained in:
@@ -1334,6 +1334,10 @@
|
||||
},
|
||||
//追加学习时长, flag是否提交到后台
|
||||
appendStudyTime() {
|
||||
// 暂停的时候重新从十五秒开始
|
||||
if(!this.appendStartTime){
|
||||
this.appentInterval = 15
|
||||
}
|
||||
//重新覆盖时间
|
||||
this.appendStartTime = new Date();
|
||||
//console.log('开始追加学习时长',this.isAppendTime);
|
||||
|
||||
Reference in New Issue
Block a user