mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
去掉无用日志
This commit is contained in:
@@ -509,10 +509,8 @@ export default {
|
|||||||
/* 点击进度条更新视频播放进度2
|
/* 点击进度条更新视频播放进度2
|
||||||
*/
|
*/
|
||||||
updateProgressByClickBar2(newCurrentTime,progressVideo) {
|
updateProgressByClickBar2(newCurrentTime,progressVideo) {
|
||||||
console.log('=======progressVideo:'+progressVideo)
|
|
||||||
this.currentProgress = progressVideo;
|
this.currentProgress = progressVideo;
|
||||||
this.barrageTimelineStart = newCurrentTime;
|
this.barrageTimelineStart = newCurrentTime;
|
||||||
console.log('=======newCurrentTime:'+newCurrentTime)
|
|
||||||
this.videoDom.currentTime = newCurrentTime;
|
this.videoDom.currentTime = newCurrentTime;
|
||||||
},
|
},
|
||||||
/* 提高视频音量
|
/* 提高视频音量
|
||||||
|
|||||||
Reference in New Issue
Block a user