浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
45fc7b8a38
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/shop/controller/Goods.php

+ 1 - 0
app/shop/controller/Goods.php

@@ -260,6 +260,7 @@ class Goods extends BaseShop
 			$goods_brand_model = new GoodsBrandModel();
 			$brand_list = $goods_brand_model->getBrandList([ [ 'site_id', '=', $shop_brand_id['data']['brand_id'] ] ], "brand_id, brand_name");
 			$brand_list = $brand_list['data'];
+            print_r($brand_list);die;
 			$this->assign("brand_list", $brand_list);
 			
 			//获取店内分类