如果页面没有正常加载JS文件。
请确保layout的中的main.php文件。有这一段:
<?php $this->beginBody() ?>
<?= $content ?>
<?php $this->endBody() ?>
确实很多时候就是忘记将$content包含在beginBody和endBody中了。
如果页面没有正常加载JS文件。
请确保layout的中的main.php文件。有这一段:
<?php $this->beginBody() ?>
<?= $content ?>
<?php $this->endBody() ?>
确实很多时候就是忘记将$content包含在beginBody和endBody中了。
本文标题:yii2 registerJsFile在模版中使用无法生效的问题
本文链接:https://www.haomeiwen.com/subject/fxehjxtx.html
网友评论