diff --git a/src/views/portal/course/Micro.vue b/src/views/portal/course/Micro.vue index 9d725e98..aa472593 100644 --- a/src/views/portal/course/Micro.vue +++ b/src/views/portal/course/Micro.vue @@ -225,7 +225,7 @@ - + @@ -653,7 +653,7 @@ export default { itemId:this.coursewareInfo.studyItemId, videoTime:intTime } - apicourseStudy.studyVideoTime(postData).then(rs=>{ + apicourseStudy.updateStudyVideoTime(postData).then(rs=>{ if(rs.status!=200){ console.log('记录播放时间错误'); } @@ -693,7 +693,7 @@ export default { itemId:this.coursewareInfo.studyItemId, videoTime:intTime } - apicourseStudy.studyVideoTime(postData).then(rs=>{ + apicourseStudy.updateStudyVideoTime(postData).then(rs=>{ if(rs.status!=200){ console.log('记录播放时间错误'); } diff --git a/src/views/study/PortalIndex.vue b/src/views/study/PortalIndex.vue index ba635349..d5161afe 100644 --- a/src/views/study/PortalIndex.vue +++ b/src/views/study/PortalIndex.vue @@ -1,1493 +1,1493 @@ - - - - - + + + + + diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 8a473550..568d0543 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -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;