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