修改默认条数
This commit is contained in:
parent
3d9ca03009
commit
0e8cbe40a8
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue