...
|
...
|
@@ -150,7 +150,7 @@ class IndexController extends AbstractAction |
|
|
public function giftAction()
|
|
|
{
|
|
|
$this->setTitle('赠品');
|
|
|
$this->setNavHeader('赠品');
|
|
|
$this->setNavHeader('赠品', true, false);
|
|
|
|
|
|
$shoppingKey = Helpers::getShoppingKeyByCookie();
|
|
|
$uid = $this->getUid(true);
|
...
|
...
|
@@ -168,7 +168,7 @@ class IndexController extends AbstractAction |
|
|
public function advanceBuyAction()
|
|
|
{
|
|
|
$this->setTitle('加价购');
|
|
|
$this->setNavHeader('加价购');
|
|
|
$this->setNavHeader('加价购', true, false);
|
|
|
|
|
|
$shoppingKey = Helpers::getShoppingKeyByCookie();
|
|
|
$uid = $this->getUid(true);
|
...
|
...
|
|