mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
修改上报时长接口
This commit is contained in:
@@ -1214,8 +1214,8 @@
|
||||
}
|
||||
},
|
||||
audioPlaying(item, currentTime) {
|
||||
console.log("======音频播放"+item);
|
||||
let intTime = parseInt(currentTime);
|
||||
console.log("======音频播放"+intTime);
|
||||
this.handleAudioTimeUpdate(intTime)
|
||||
//判断是否完成
|
||||
let completeType = this.curriculumData.completeSetup;
|
||||
|
||||
Reference in New Issue
Block a user