Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 241c102

Browse files
committed
[chg]修复多个播放窗口工具条不展示问题
1 parent 3f5a610 commit 241c102

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ezuikit.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
for (var i = 0; i < headerScript.length; i++) {
2828
if (headerScript[i].getAttribute("src") == filepath) {
2929
isReady = true;
30+
callback();
3031
}
3132
}
3233

@@ -46,6 +47,7 @@
4647
for (var i = 0; i < headerLink.length; i++) {
4748
if (headerLink[i].getAttribute("href") == filepath) {
4849
isReady = true;
50+
callback();
4951
}
5052
}
5153

@@ -258,7 +260,6 @@
258260
var layerJs = 'https://open.ys7.com/assets/layer/layer.js';
259261
addJs(jqueryJS, function () {
260262
addJs(layerJs, function () {
261-
262263
// });
263264
// });
264265
/**
@@ -397,7 +398,6 @@
397398
};
398399
break;
399400
}
400-
401401
return result;
402402
}
403403
/** 根据配置匹配底部渲染 */
@@ -527,6 +527,7 @@
527527
}
528528

529529
if (matchFooterOpt().footerContainer) {
530+
debugger
530531
// 底部容器
531532
var footerContainer = document.createElement('div');
532533
footerContainer.setAttribute("class", 'audio-controls');

0 commit comments

Comments
 (0)