You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
423 B

  1. <?php
  2. use antgoods\web\GoodsSkuEditAsset;
  3. $this->title = '添加SKU';
  4. $this->params['breadcrumbs'][] = ['label' => '商品列表', 'url' => ['index']];
  5. $this->params['breadcrumbs'][] = $this->title;
  6. GoodsSkuEditAsset::register($this);
  7. ?>
  8. <div id="app"></div>
  9. <script>
  10. var sku = <?=json_encode($sku)?>;
  11. var attributes = <?=json_encode($attributes)?>;
  12. var csrfToken = "<?= Yii::$app->request->csrfToken ?>";
  13. </script>