Merge branch '250415-bugfix-shl' into test20250220

This commit is contained in:
joshen
2025-04-21 14:45:11 +08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ export default {
this.currentProgress = progressVideo;
this.barrageTimelineStart = newCurrentTime;
this.videoDom.currentTime = newCurrentTime;
this.updateProgressText();
},
/* 提高视频音量
*/

View File

@@ -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);
}