作者 anyv
1 个管道 的构建 通过 耗费 0 秒

首页

... ... @@ -28,6 +28,7 @@ class IndexController extends WeChatBaseController
$data_goods_hot[$key]['price0'] = $price[0];
$data_goods_hot[$key]['price1'] = $price[1];
}
dump($data_goods_hot);die;
$this -> assign('data_goods_hot',$data_goods_hot);
return $this -> fetch();
... ...