Authored by 毕凯

支付的返回 返回到购物车

@@ -785,7 +785,7 @@ class HomeController extends AbstractAction @@ -785,7 +785,7 @@ class HomeController extends AbstractAction
785 $this->auditJumpLogin(); 785 $this->auditJumpLogin();
786 786
787 $this->setTitle('支付中心'); 787 $this->setTitle('支付中心');
788 - $this->setNavHeader('支付中心'); 788 + $this->setNavHeader('支付中心', Helpers::url('/cart/index/index'));
789 789
790 $orderCode = $this->get('order_code'); 790 $orderCode = $this->get('order_code');
791 if (empty($orderCode)) { 791 if (empty($orderCode)) {