去掉无用日志

This commit is contained in:
sunhonglai
2025-04-01 08:30:37 +08:00
parent d01fd6f07b
commit d6fd44830b

View File

@@ -509,10 +509,8 @@ export default {
/* 点击进度条更新视频播放进度2
*/
updateProgressByClickBar2(newCurrentTime,progressVideo) {
console.log('=======progressVideo:'+progressVideo)
this.currentProgress = progressVideo;
this.barrageTimelineStart = newCurrentTime;
console.log('=======newCurrentTime:'+newCurrentTime)
this.videoDom.currentTime = newCurrentTime;
},
/* 提高视频音量