diff --git a/pages/resource/microDetail.vue b/pages/resource/microDetail.vue
index 6b4a9f4..fe2e5b3 100644
--- a/pages/resource/microDetail.vue
+++ b/pages/resource/microDetail.vue
@@ -798,7 +798,7 @@
itemId:this.coursewareInfo.studyItemId,
videoTime:intTime
}
- apiCourseStudy.studyVideoTime(postData).then(rs=>{
+ apiCourseStudy.updateStudyVideoTime(postData).then(rs=>{
if(rs.status!=200){
console.log('记录播放时间错误');
}
@@ -869,7 +869,7 @@
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/pages/study/onlineCourse.vue b/pages/study/onlineCourse.vue
index c4170ea..063e5aa 100644
--- a/pages/study/onlineCourse.vue
+++ b/pages/study/onlineCourse.vue
@@ -1,417 +1,417 @@
-
-
-
-
- {{courseInfo.name}}
-
-
-
-
-
-
+
+
+
+
+ {{courseInfo.name}}
+
+
+
+
+
+
-
-
- {{videoSpeed === 1 ? '倍速' : `${videoSpeed}x`}}
-
-
-
- {{ item }}x
-
-
-
-
-
-
-
-
-
-
- 赞
-
-
-
-
-
- 踩
-
-
-
-
-
-
-
-
-
-
-
- {{ toScore(scoreInfo.score) }}
- 分
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 给课程打分
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{courseInfo.praises}}
-
-
- {{ courseInfo.trampleCount }}
-
-
-
-
-
-
-
+ :enable-play-gesture="true"
+ :initial-time="curContent.lastStudyTime"
+ @play="onPlayerPlay"
+ @pause="onPlayerPause"
+ @ended="onPlayerEnded"
+ @timeupdate="onPlayerPlaying"
+ @fullscreenchange="onFullScreen"
+ style="width: 100%; object-fit: fill">
+
+
+
+ {{videoSpeed === 1 ? '倍速' : `${videoSpeed}x`}}
+
+
+
+ {{ item }}x
+
+
+
+
+
+
+
+
+
+
+ 赞
+
+
+
+
+
+ 踩
+
+
+
+
+
+
+
+
+
+
+
+ {{ toScore(scoreInfo.score) }}
+ 分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 给课程打分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{courseInfo.praises}}
+
+
+ {{ courseInfo.trampleCount }}
+
+
+
+
+
+
+
目录
-
-
-
-
+
+
+
+
-
-
-
-
- 全部
-
-
-
-
-
-
-
-
-
-
-
- {{con.cataName}}
-
-
-
-
- {{con.contentName}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 目录
-
-
-
-
-
-
-
- {{cata.section.name}}
-
-
- 未开始
- 进行中
- 已完成
-
-
-
-
-
-
-
- {{con.contentName}}
-
-
- 未开始
- 进行中
- 已完成
-
-
-
-
-
-
-
-
-
-
-
- 课程详情
-
-
- 暂无
-
-
-
-
-
+
+
+
+
+ 全部
+
+
+
+
+
+
+
+
+
+
+
+ {{con.cataName}}
+
+
+
+
+ {{con.contentName}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 目录
+
+
+
+
+
+
+
+ {{cata.section.name}}
+
+
+ 未开始
+ 进行中
+ 已完成
+
+
+
+
+
+
+
+ {{con.contentName}}
+
+
+ 未开始
+ 进行中
+ 已完成
+
+
+
+
+
+
+
+
+
+
+
+ 课程详情
+
+
+ 暂无
+
+
+
+
+
-
-