diff --git a/src/components/VideoPlayer/index.vue b/src/components/VideoPlayer/index.vue index 7de2f936..9a652683 100644 --- a/src/components/VideoPlayer/index.vue +++ b/src/components/VideoPlayer/index.vue @@ -512,6 +512,7 @@ export default { this.currentProgress = progressVideo; this.barrageTimelineStart = newCurrentTime; this.videoDom.currentTime = newCurrentTime; + this.updateProgressText(); }, /* 提高视频音量 */ diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 66c11dca..cc6143a8 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -781,6 +781,8 @@ this.$nextTick(function(){ if (r.contentType == 10) { + console.log('视频处理lastStudyTime',this.contentData.lastStudyTime) + console.log('视频处理progressVideo',this.contentData.progressVideo) this.$refs.myVideoPlayer.updateProgressByClickBar2(this.contentData.lastStudyTime,this.contentData.progressVideo); }