修改默认条数
This commit is contained in:
parent
3d9ca03009
commit
0e8cbe40a8
|
|
@ -35,7 +35,6 @@ function loadVideoTree() {
|
||||||
if(isPlay){
|
if(isPlay){
|
||||||
let puid = item.id.replace('QJ', '').split("-")[0];
|
let puid = item.id.replace('QJ', '').split("-")[0];
|
||||||
|
|
||||||
|
|
||||||
playList.push(getPlay(puid,winDom,0));
|
playList.push(getPlay(puid,winDom,0));
|
||||||
playVideList();
|
playVideList();
|
||||||
// QXPlayVideo(puid, '0', winDom)
|
// QXPlayVideo(puid, '0', winDom)
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,6 @@ function QXPlayVideo(puId, idx, dom) {
|
||||||
//init3D();
|
//init3D();
|
||||||
flvPlayer.on(flvjs.Events.ERROR, (errorType, errorDetail, errorInfo) => {
|
flvPlayer.on(flvjs.Events.ERROR, (errorType, errorDetail, errorInfo) => {
|
||||||
if (flvPlayer) {
|
if (flvPlayer) {
|
||||||
//播放失败销毁窗口
|
|
||||||
destoryVideo(flvPlayer);
|
destoryVideo(flvPlayer);
|
||||||
videoObject.playState = false;
|
videoObject.playState = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue