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

商品详情

... ... @@ -23,6 +23,7 @@ class GoodsdetailsController extends WeChatBaseController{
$price = explode('.',$data['price']);
$data['price0'] = $price[0];
$data['price1'] = $price[1];
dump($data);die;
$this -> assign('data',$data);
return $this -> fetch();
... ...