mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
测试2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user