This commit is contained in:
joshen
2025-03-07 10:24:38 +08:00
parent e6fa45a5ac
commit 8058039f85

View File

@@ -1217,6 +1217,10 @@
//console.log("当前播放11"+itme);
if (this.contentData.contentType && this.contentData.contentType == 10) {
let intTime = parseInt(itme);
console.log("onPlayerPlaying gx intTime",intTime)
console.log("onPlayerPlaying gx this.contentData.lastStudyTime",intTime)
console.log("onPlayerPlayinggx saveTime == 0",Math.floor(intTime % 10))
console.log("onPlayerPlaying gx this.contentData.studyItemId",this.contentData.studyItemId)
//判断是否完成
let completeType = this.curriculumData.completeSetup;
let completeSecond = this.curriculumData.second;
@@ -1268,6 +1272,11 @@
audioPlaying(item, currentTime) {
//console.log("当前播放"+item);
let intTime = parseInt(currentTime);
console.log("onPlayerPlaying gx intTime",intTime)
console.log("onPlayerPlaying gx this.contentData.lastStudyTime",intTime)
console.log("onPlayerPlayinggx saveTime == 0",Math.floor(intTime % 10))
console.log("onPlayerPlaying gx this.contentData.studyItemId",this.contentData.studyItemId)
this.handleAudioTimeUpdate(intTime)
//判断是否完成
let completeType = this.curriculumData.completeSetup;