|
@@ -375,7 +375,7 @@ class IndexController extends AbstractAction |
|
@@ -375,7 +375,7 @@ class IndexController extends AbstractAction |
375
|
|
375
|
|
376
|
// 设置网站标题
|
376
|
// 设置网站标题
|
377
|
$this->setTitle('选择地址');
|
377
|
$this->setTitle('选择地址');
|
378
|
- $this->setNavHeader('选择地址', Helpers::url('/cart/index/orderEnsure'));
|
378
|
+ $this->setNavHeader('选择地址', Helpers::url('/cart/index/orderEnsure'), false);
|
379
|
|
379
|
|
380
|
$uid = $this->getUid(true);
|
380
|
$uid = $this->getUid(true);
|
381
|
$address = UserModel::getAddressData($uid);
|
381
|
$address = UserModel::getAddressData($uid);
|
|
@@ -397,7 +397,7 @@ class IndexController extends AbstractAction |
|
@@ -397,7 +397,7 @@ class IndexController extends AbstractAction |
397
|
|
397
|
|
398
|
// 设置网站标题
|
398
|
// 设置网站标题
|
399
|
$this->setTitle('选择优惠券');
|
399
|
$this->setTitle('选择优惠券');
|
400
|
- $this->setNavHeader('选择优惠券', Helpers::url('/cart/index/orderEnsure'));
|
400
|
+ $this->setNavHeader('选择优惠券', Helpers::url('/cart/index/orderEnsure'), false);
|
401
|
|
401
|
|
402
|
$this->_view->display('select-coupon', array(
|
402
|
$this->_view->display('select-coupon', array(
|
403
|
'selectCouponPage' => true,
|
403
|
'selectCouponPage' => true,
|
|
@@ -410,8 +410,6 @@ class IndexController extends AbstractAction |
|
@@ -410,8 +410,6 @@ class IndexController extends AbstractAction |
410
|
*/
|
410
|
*/
|
411
|
public function orderSubAction()
|
411
|
public function orderSubAction()
|
412
|
{
|
412
|
{
|
413
|
- $result = array();
|
|
|
414
|
-
|
|
|
415
|
if ($this->isAjax()) {
|
413
|
if ($this->isAjax()) {
|
416
|
$uid = $this->getUid(true);
|
414
|
$uid = $this->getUid(true);
|
417
|
$addressId = $this->post('addressId', null);
|
415
|
$addressId = $this->post('addressId', null);
|