From 46c55431e4cddf3cac8b355b017da50f916efbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98daijinzheng=40xingtongworld=2Ecom=E2=80=99?= <‘ceshi@qq.com’> Date: Thu, 13 Jul 2023 18:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=BA=B7web=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ty/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 2f51c80..902d3d4 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -786,9 +786,8 @@ export default { }); oWebControl.JS_CreateWnd('playWnd').then(() => { //JS_CreateWnd创建视频播放窗口,宽高可设定 - console.log('111111111111'); _that.init(); // 创建播放实例成功后初始化 - _that.getVideoFun('05edddc148b141c5930301af43154942') + }); }, () => { @@ -866,6 +865,7 @@ export default { let height = document.querySelector("#playWnd").offsetHeight; _that.oWebControl2.JS_Resize(width, height); // 初始化后resize一次,能和盒子大小一致。 console.log(oData); + _that.getVideoFun('05edddc148b141c5930301af43154942') }); }); },