Authored by 毕凯

订单确认页面,页面的右上角没有小房子按钮

@@ -271,7 +271,7 @@ class IndexController extends AbstractAction @@ -271,7 +271,7 @@ class IndexController extends AbstractAction
271 $this->auditJumpLogin(); 271 $this->auditJumpLogin();
272 272
273 $this->setTitle('确认订单'); 273 $this->setTitle('确认订单');
274 - $this->setNavHeader('确认订单'); 274 + $this->setNavHeader('确认订单', true, false); // 不显示右上角home按钮
275 275
276 // 购物车商品为空跳转到购物车页面 276 // 购物车商品为空跳转到购物车页面
277 $shoppingKey = Helpers::getShoppingKeyByCookie(); 277 $shoppingKey = Helpers::getShoppingKeyByCookie();