...
|
...
|
@@ -149,7 +149,7 @@ class ShoppingCartController extends AbstractAction |
|
|
$this->setNavHeader('购物车');
|
|
|
|
|
|
$cartType = $this->post('cartType', 'ordinary');
|
|
|
$cookieData = $this->getCookie('orderInfo', null);
|
|
|
$cookieData = $this->getCookie('order-info', null);
|
|
|
$uid = $this->getUid(true);
|
|
|
$data = array(
|
|
|
'orderEnsurePage' => true,
|
...
|
...
|
|