mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 02:16:46 +08:00
build
This commit is contained in:
@@ -1736,7 +1736,7 @@ export default {
|
||||
this.trueFalse = false
|
||||
}
|
||||
//console.log("当前播放11",itme);
|
||||
//console.log("当前播放11"+itme);
|
||||
console.log("当前播放11"+itme);
|
||||
let intTime = parseInt(e.detail.currentTime);
|
||||
if (intTime > this.videoPlayingTime) {
|
||||
this.videoPlayingTime = intTime;
|
||||
@@ -1764,12 +1764,12 @@ export default {
|
||||
}
|
||||
//以下是每隔10秒存储一下进度
|
||||
let saveTime = Math.floor(intTime % 10);
|
||||
// console.log(intTime,saveTime,'aa',this.curContent.studyItemId)
|
||||
console.warn(intTime,saveTime,'aa',this.curContent.studyItemId)
|
||||
if (this.preTime != intTime && saveTime == 0 && this.curContent.studyItemId != '') {
|
||||
this.preTime = intTime;
|
||||
this.curContent.lastStudyTime = intTime;
|
||||
//记录播放时间
|
||||
//console.log('记录播放时间:'+intTime);
|
||||
console.log('记录播放时间:'+intTime);
|
||||
let postData = {
|
||||
itemId: this.curContent.studyItemId,
|
||||
videoTime: intTime,
|
||||
|
||||
Reference in New Issue
Block a user