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