From 505e3ce00c87d23657f1505ab92a0a17bc3c1e29 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Mon, 21 Apr 2025 14:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9B=E5=BA=A6=E6=9D=A1?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/VideoPlayer/index.vue | 1 + src/views/study/coursenew.vue | 2 ++ 2 files changed, 3 insertions(+) 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); }