|
@@ -484,7 +484,7 @@ class IndexController extends AbstractAction |
|
@@ -484,7 +484,7 @@ class IndexController extends AbstractAction |
484
|
|
484
|
|
485
|
$moreUrl = $this->server('HTTP_REFERER', '/cart/index/orderEnsure');//取跳过来的url
|
485
|
$moreUrl = $this->server('HTTP_REFERER', '/cart/index/orderEnsure');//取跳过来的url
|
486
|
//购物车订单进来,秒杀进来
|
486
|
//购物车订单进来,秒杀进来
|
487
|
- if (strrpos($moreUrl, '/cart/index/orderEnsure') !== false || strrpos($moreUrl, '/cart/seckill') !== false) {
|
487
|
+ if (strrpos($moreUrl, '/cart/index/orderEnsure') !== false || strrpos($moreUrl, '/cart/index/seckill') !== false) {
|
488
|
$this->setSession('addressMore', $moreUrl);
|
488
|
$this->setSession('addressMore', $moreUrl);
|
489
|
}
|
489
|
}
|
490
|
$data['addressMore'] = $this->getSession('addressMore');
|
490
|
$data['addressMore'] = $this->getSession('addressMore');
|
|
@@ -576,7 +576,7 @@ class IndexController extends AbstractAction |
|
@@ -576,7 +576,7 @@ class IndexController extends AbstractAction |
576
|
|
576
|
|
577
|
$moreUrl = $this->server('HTTP_REFERER', '/cart/index/orderEnsure');//取跳过来的url
|
577
|
$moreUrl = $this->server('HTTP_REFERER', '/cart/index/orderEnsure');//取跳过来的url
|
578
|
//购物车订单进来,秒杀进来
|
578
|
//购物车订单进来,秒杀进来
|
579
|
- if (strrpos($moreUrl, '/cart/index/orderEnsure') !== false || strrpos($moreUrl, '/cart/seckill') !== false) {
|
579
|
+ if (strrpos($moreUrl, '/cart/index/orderEnsure') !== false || strrpos($moreUrl, '/cart/index/seckill') !== false) {
|
580
|
$this->setSession('addressMore', $moreUrl);
|
580
|
$this->setSession('addressMore', $moreUrl);
|
581
|
}
|
581
|
}
|
582
|
|
582
|
|