...
|
...
|
@@ -52,7 +52,9 @@ class IndexController extends AbstractAction |
|
|
public function indexAction()
|
|
|
{
|
|
|
$this->setTitle('购物车');
|
|
|
$this->setNavHeader('购物车', true, '');
|
|
|
//$this->setNavHeader('购物车', true, '');
|
|
|
// 显示底部TAB
|
|
|
$this->setNavFooterTab();
|
|
|
|
|
|
$shoppingKey = Helpers::getShoppingKeyByCookie();
|
|
|
$uid = $this->getUid(true);
|
...
|
...
|
|