...
|
...
|
@@ -481,6 +481,7 @@ class IndexController extends AbstractAction |
|
|
|
|
|
$this->setTitle('发票信息');
|
|
|
$this->setNavHeader('发票信息', true, false); // 不显示右上角home按钮
|
|
|
$data['addressMore'] = $this->getSession('addressMore');
|
|
|
|
|
|
$this->_view->display('invoice-info', $data);
|
|
|
}
|
...
|
...
|
@@ -571,7 +572,6 @@ class IndexController extends AbstractAction |
|
|
//购物车订单进来,秒杀进来
|
|
|
if (strrpos($moreUrl, '/cart/index/orderEnsure') !== false || strrpos($moreUrl, '/cart/seckill') !== false) {
|
|
|
$this->setSession('addressMore', $moreUrl);
|
|
|
$_COOKIE['addressMore'] = $moreUrl;//第一次设置无效
|
|
|
}
|
|
|
|
|
|
$moreUrl = $this->getSession('addressMore', '/cart/index/orderEnsure');
|
...
|
...
|
|