Commit 25749fea by 冷斌

个人中心 - vip

parent 39ac60fe
...@@ -181,6 +181,8 @@ class GoodsAction extends Action ...@@ -181,6 +181,8 @@ class GoodsAction extends Action
// 'goodsOrder' => $goodsOrder['data'] // 'goodsOrder' => $goodsOrder['data']
// )); // ));
// } // }
var_dump($goodsOrder['data']);
die;
$this->assign('data', $data); $this->assign('data', $data);
$this->assign('address', $address); $this->assign('address', $address);
$this->assign('goodsOrder', $goodsOrder['data']); $this->assign('goodsOrder', $goodsOrder['data']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment