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