Authored by 郭成尧

cart-back

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