mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
去掉无用日志
This commit is contained in:
@@ -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;
|
||||
},
|
||||
/* 提高视频音量
|
||||
|
||||
Reference in New Issue
Block a user