diff --git a/app/portal/controller/ClassifyController.php b/app/portal/controller/ClassifyController.php index ebebbc6..4f24a8f 100644 --- a/app/portal/controller/ClassifyController.php +++ b/app/portal/controller/ClassifyController.php @@ -29,6 +29,7 @@ class ClassifyController extends WeChatBaseController{ $data_goods[$key]['price0'] = $price[0]; $data_goods[$key]['price01'] = $price[1]; } + dump($data_goods);die; $this -> assign('data_goods',$data_goods); $this -> assign('data_label',$data_label); $this -> assign('data_classify',$data_classify); diff --git a/app/portal/controller/GoodsdetailsController.php b/app/portal/controller/GoodsdetailsController.php index 8881359..e41bb2e 100644 --- a/app/portal/controller/GoodsdetailsController.php +++ b/app/portal/controller/GoodsdetailsController.php @@ -32,4 +32,18 @@ class GoodsdetailsController extends WeChatBaseController{ } + + + + + + + + + + + + + + } \ No newline at end of file diff --git a/public/themes/simpleboot3/portal/classify/classify.html b/public/themes/simpleboot3/portal/classify/classify.html index a84053a..8822eb8 100644 --- a/public/themes/simpleboot3/portal/classify/classify.html +++ b/public/themes/simpleboot3/portal/classify/classify.html @@ -53,7 +53,6 @@ <!-- 搜索内容 --> <div class="in_hot_shop se_con"> <volist name="data_goods" id="vo"> - <div class="in_hotLi"> <a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}"> <div class="in_hotImg"> @@ -67,7 +66,6 @@ </div> </a> </div> - </volist> </div> <!-- 底部更多 -->