商品规格新增扩展数据

This commit is contained in:
gongfuxiang
2019-07-21 23:51:47 +08:00
parent 30601d422b
commit cb5faccc59
13 changed files with 424 additions and 145 deletions

View File

@ -140,6 +140,10 @@ class Goods extends Common
// 品牌分类
$this->assign('brand_list', BrandService::CategoryBrand());
// 规格扩展数据
$goods_spec_extends = GoodsService::GoodsSpecificationsExtends();
$this->assign('goods_specifications_extends', $goods_spec_extends['data']);
// 参数
$this->assign('params', $params);