Authored by hf

code review by hf: fixes some bugs to merge code

@@ -782,7 +782,7 @@ class HomeController extends AbstractAction @@ -782,7 +782,7 @@ class HomeController extends AbstractAction
782 $this->auditJumpLogin(); 782 $this->auditJumpLogin();
783 783
784 $this->setTitle('支付中心'); 784 $this->setTitle('支付中心');
785 - $this->setNavHeader('支付中心', Helpers::url('/home/orders')); 785 + $this->setNavHeader('支付中心', Helpers::url('/home/orders'), '');
786 786
787 $orderCode = $this->get('order_code'); 787 $orderCode = $this->get('order_code');
788 if (empty($orderCode)) { 788 if (empty($orderCode)) {