<?= $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); ?>
饭侠View.php
原文地址:https://www.cnblogs.com/MR-cui/p/8918816.html