diff --git a/js/pages/video/videoAjax.js b/js/pages/video/videoAjax.js index a274a77..529a74b 100644 --- a/js/pages/video/videoAjax.js +++ b/js/pages/video/videoAjax.js @@ -35,7 +35,6 @@ function loadVideoTree() { if(isPlay){ let puid = item.id.replace('QJ', '').split("-")[0]; - playList.push(getPlay(puid,winDom,0)); playVideList(); // QXPlayVideo(puid, '0', winDom) diff --git a/js/pages/video/videoConnect.js b/js/pages/video/videoConnect.js index 6d28cdd..0e72b55 100644 --- a/js/pages/video/videoConnect.js +++ b/js/pages/video/videoConnect.js @@ -100,7 +100,6 @@ function QXPlayVideo(puId, idx, dom) { //init3D(); flvPlayer.on(flvjs.Events.ERROR, (errorType, errorDetail, errorInfo) => { if (flvPlayer) { - //播放失败销毁窗口 destoryVideo(flvPlayer); videoObject.playState = false; }