...
|
...
|
@@ -386,7 +386,7 @@ class ShoppingCartController extends AbstractAction |
|
|
$this->setTitle('选择地址');
|
|
|
$this->setNavHeader('选择地址', Helpers::url('/shoppingCart/orderEnsure'));
|
|
|
|
|
|
$uid = $this->_uid;
|
|
|
$uid = $this->getUid(true);
|
|
|
$address = UserModel::getAddressData($uid);
|
|
|
|
|
|
$this->_view->display('select-address', array(
|
...
|
...
|
@@ -405,7 +405,7 @@ class ShoppingCartController extends AbstractAction |
|
|
$this->setTitle('选择优惠券');
|
|
|
$this->setNavHeader('选择优惠券', Helpers::url('/shoppingCart/orderEnsure'));
|
|
|
|
|
|
$uid = $this->_uid;
|
|
|
$uid = $this->getUid(true);
|
|
|
$address = UserModel::getAddressData($uid);
|
|
|
|
|
|
$this->_view->display('select-coupon', array(
|
...
|
...
|
|