From 542a5c767bd2a4429c626cbd323b771bc679ee3b Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Fri, 31 May 2019 13:37:12 +0800 Subject: [PATCH] 商品详情 --- app/portal/controller/GoodsdetailsController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/portal/controller/GoodsdetailsController.php b/app/portal/controller/GoodsdetailsController.php index e41bb2e..4e7464d 100644 --- a/app/portal/controller/GoodsdetailsController.php +++ b/app/portal/controller/GoodsdetailsController.php @@ -26,6 +26,7 @@ class GoodsdetailsController extends WeChatBaseController{ $data['price1'] = $price[1]; $data['pricing0'] = $pricing[0]; $data['pricing1'] = $pricing[1]; + dump($data);die; $this -> assign('data',$data); return $this -> fetch(); -- libgit2 0.24.0