Authored by 郭成尧

cart-back

... ... @@ -303,7 +303,8 @@ class IndexController extends AbstractAction
$this->auditJumpLogin();
// 返回地址
$returnUrl = Helpers::url('/cart/index/index');
// $returnUrl = Helpers::url('/cart/index/index');
$returnUrl = 'javascript:history.go(-1);';
$cartType = $this->get('cartType', 'ordinary');
$cookieData = $this->getCookie('order-info', null);
$orderInfo = array();
... ...