This commit is contained in:
joshen
2025-09-04 23:44:35 +08:00
parent 726f232be4
commit 9aca77cec6
82 changed files with 16 additions and 10 deletions

View File

@@ -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,