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 @@ - - - - - - - 课程列表 - 课程详情 - 课程学习 - - - - {{ courseInfo.name }} - - - - - - - - - - - - - - - - - - - - - - 赞 - - - - - - 踩 - - - - - - - - - - - {{ toScore(courseInfo.score) }} - 分 - - - - - - - - {{ contentData.contentName }} - - - - - - - - 此课程内容无法预览,请联系管理员 - - - 此课程内容无法预览,请联系管理员 - - - - - - - - {{ contentData.contentName }} - {{ conLink.url }} - - - - - - - - - - - - - - - - - - - - - - - - - - {{ toScore(courseInfo.score) }} - 分 - - - - - - - - - - {{ courseInfo.praises }} - - - - - - - {{ courseInfo.trampleCount }} - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.section.name }} - - - - - - {{ statusToContent(item.section.status).text }} - - - - - - - - - - - {{ getType(ele.contentType) }} - - - {{ ele.contentName }} - - - - - - - {{ statusToContent(ele.status).text }} - - - - - - - - - - - - 授课讲师 - - - - - - - - - - - - - {{ item.teacherName }} - - - - - - - - - - - - - - - - + + + + + + + 课程列表 + 课程详情 + 课程学习 + + + + {{ courseInfo.name }} + + + + + + + + + + + + + + + + + + + + + + 赞 + + + + + + 踩 + + + + + + + + + + + {{ toScore(courseInfo.score) }} + 分 + + + + + + + + {{ contentData.contentName }} + + + + + + + + 此课程内容无法预览,请联系管理员 + + + 此课程内容无法预览,请联系管理员 + + + + + + + + {{ contentData.contentName }} + {{ conLink.url }} + + + + + + + + + + + + + + + + + + + + + + + + + + {{ toScore(courseInfo.score) }} + 分 + + + + + + + + + + {{ courseInfo.praises }} + + + + + + + {{ courseInfo.trampleCount }} + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.section.name }} + + + + + + {{ statusToContent(item.section.status).text }} + + + + + + + + + + + {{ getType(ele.contentType) }} + + + {{ ele.contentName }} + + + + + + + {{ statusToContent(ele.status).text }} + + + + + + + + + + + + 授课讲师 + + + + + + + + + + + + + {{ item.teacherName }} + + + + + + + + + + + + + + + +