Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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('确认订单', true, false); // 不显示右上角home按钮 | 274 | + $this->setNavHeader('确认订单', Helpers::url('/cart/index/index'), false); // 不显示右上角home按钮 |
275 | 275 | ||
276 | // 购物车商品为空跳转到购物车页面 | 276 | // 购物车商品为空跳转到购物车页面 |
277 | $shoppingKey = Helpers::getShoppingKeyByCookie(); | 277 | $shoppingKey = Helpers::getShoppingKeyByCookie(); |
-
Please register or login to post a comment