Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment