美文网首页
yii2 registerJsFile在模版中使用无法生效的问题

yii2 registerJsFile在模版中使用无法生效的问题

作者: JustFantasy | 来源:发表于2017-09-01 09:32 被阅读58次

    如果页面没有正常加载JS文件。
    请确保layout的中的main.php文件。有这一段:

        <?php $this->beginBody() ?>
        <?= $content ?>
        <?php $this->endBody() ?>
    

    确实很多时候就是忘记将$content包含在beginBody和endBody中了。

    相关文章

      网友评论

          本文标题:yii2 registerJsFile在模版中使用无法生效的问题

          本文链接:https://www.haomeiwen.com/subject/fxehjxtx.html