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