饭侠View.php

<?= $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); ?>

 

posted @ 2018-04-23 14:10  MR崔  阅读(118)  评论(0编辑  收藏  举报