标签:pre render blocks oba this ack head register nbsp
<?= $this->render($templateData);?> <script> <?php $this->beginBlock(‘js‘) ?> var _global={ mallId:<?= $mallId ?>, openId:"<?= $openId ?>", customerId:"<?= $customerId ?>" } <?php $this->endBlock() ?> </script> <?php $this->registerJs($this->blocks[‘js‘], \yii\web\View::POS_HEAD); ?>
标签:pre render blocks oba this ack head register nbsp
原文地址:https://www.cnblogs.com/MR-cui/p/8918816.html