Authored by 毕凯

赠品 加价购不显示小房子

@@ -150,7 +150,7 @@ class IndexController extends AbstractAction @@ -150,7 +150,7 @@ class IndexController extends AbstractAction
150 public function giftAction() 150 public function giftAction()
151 { 151 {
152 $this->setTitle('赠品'); 152 $this->setTitle('赠品');
153 - $this->setNavHeader('赠品'); 153 + $this->setNavHeader('赠品', true, false);
154 154
155 $shoppingKey = Helpers::getShoppingKeyByCookie(); 155 $shoppingKey = Helpers::getShoppingKeyByCookie();
156 $uid = $this->getUid(true); 156 $uid = $this->getUid(true);
@@ -168,7 +168,7 @@ class IndexController extends AbstractAction @@ -168,7 +168,7 @@ class IndexController extends AbstractAction
168 public function advanceBuyAction() 168 public function advanceBuyAction()
169 { 169 {
170 $this->setTitle('加价购'); 170 $this->setTitle('加价购');
171 - $this->setNavHeader('加价购'); 171 + $this->setNavHeader('加价购', true, false);
172 172
173 $shoppingKey = Helpers::getShoppingKeyByCookie(); 173 $shoppingKey = Helpers::getShoppingKeyByCookie();
174 $uid = $this->getUid(true); 174 $uid = $this->getUid(true);