File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 for ( var i = 0 ; i < headerScript . length ; i ++ ) {
2828 if ( headerScript [ i ] . getAttribute ( "src" ) == filepath ) {
2929 isReady = true ;
30+ callback ( ) ;
3031 }
3132 }
3233
4647 for ( var i = 0 ; i < headerLink . length ; i ++ ) {
4748 if ( headerLink [ i ] . getAttribute ( "href" ) == filepath ) {
4849 isReady = true ;
50+ callback ( ) ;
4951 }
5052 }
5153
258260 var layerJs = 'https://open.ys7.com/assets/layer/layer.js' ;
259261 addJs ( jqueryJS , function ( ) {
260262 addJs ( layerJs , function ( ) {
261-
262263 // });
263264 // });
264265 /**
397398 } ;
398399 break ;
399400 }
400-
401401 return result ;
402402 }
403403 /** 根据配置匹配底部渲染 */
527527 }
528528
529529 if ( matchFooterOpt ( ) . footerContainer ) {
530+ debugger
530531 // 底部容器
531532 var footerContainer = document . createElement ( 'div' ) ;
532533 footerContainer . setAttribute ( "class" , 'audio-controls' ) ;
You can’t perform that action at this time.
0 commit comments