Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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)) { |
-
Please register or login to post a comment