...
|
...
|
@@ -407,11 +407,14 @@ class HomeController extends AbstractAction |
|
|
'name' => '毛毛莉Lydia',
|
|
|
'phoneNum' => '18600001133',
|
|
|
'address' => '南京市建邺区嘉陵江东街18号国家广告产业园5栋17楼',
|
|
|
'orderStatus' => '订单取消',
|
|
|
'orderStatus' => '待收货',
|
|
|
'orderNum' => '418358063',
|
|
|
'orderTime' => '2014-03-10 17:25:10',
|
|
|
|
|
|
'orderCancel' => true,
|
|
|
'unreceived' => true,
|
|
|
'logisticsUrl' => '',
|
|
|
'logisticsCompany' => '顺丰',
|
|
|
'logisticsNum' => '51537443456',
|
|
|
|
|
|
'goods' => array(
|
|
|
array(
|
...
|
...
|
@@ -438,7 +441,6 @@ class HomeController extends AbstractAction |
|
|
'sumPrice' => 799,
|
|
|
'salePrice' => 80,
|
|
|
'freight' => 5,
|
|
|
'coupon' => 0,
|
|
|
'yohoCoin' => 5,
|
|
|
'price' => 719
|
|
|
);
|
...
|
...
|
|