|
|
|
@ -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') |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|