From 6e3d8234a4b1bae86b3c896468e20ea9f13c7fb7 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 24 三月 2021 11:46:44 +0800 Subject: [PATCH] 朔黄视频播放进度条 --- src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue b/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue index 961297a..ac57407 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/aliPlayer/index.vue @@ -207,7 +207,7 @@ }, mounted() { this.$nextTick(() => { - console.log('player marks',this.markers); + // console.log('player marks',this.markers); this.init(); }); }, @@ -255,6 +255,7 @@ scriptTag.addEventListener("load", () => { this.initPlayer(); }); + // return this.getDuration() }, /** @@ -272,7 +273,7 @@ if (this.source) this.config.source = this.source; //鎾斁婧� this.config.id = this.playerId; //璧嬪�兼挱鏀惧櫒瀹瑰櫒id this.config.progressMarkers = this.markers; // 鏍囨敞 - console.log("alipayer config", this.config); + // console.log("alipayer config", this.config); this.player && this.player.dispose(); //闃叉瀹炰緥鐨勯噸澶� this.player = Aliplayer(this.config); for (const ev in this.events) { -- Gitblit v1.8.0