...
|
...
|
@@ -318,7 +318,7 @@ class IndexController extends AbstractAction |
|
|
$this->echoJson($order);
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
|
|
|
// 限购商品时更换返回按钮地址
|
|
|
if (isset($order['isLimit'])) {
|
|
|
$returnUrl = Helpers::url('/product/show_' . $skn . '.html');
|
...
|
...
|
@@ -327,7 +327,8 @@ class IndexController extends AbstractAction |
|
|
$data = array(
|
|
|
'orderEnsurePage' => true,
|
|
|
'isOrdinaryCart' => ($cartType !== 'advance'),
|
|
|
'orderEnsure' => $order
|
|
|
'orderEnsure' => $order,
|
|
|
'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
|
|
|
);
|
|
|
|
|
|
$this->setTitle('确认订单');
|
...
|
...
|
|