修改默认条数

This commit is contained in:
haozq 2024-06-17 21:55:40 +08:00
parent 3d9ca03009
commit 0e8cbe40a8
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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;
}