...
|
...
|
@@ -510,7 +510,8 @@ class IndexController extends WebAction |
|
|
$goodsType = $this->post('goodsType', 0);
|
|
|
$promotionId = $this->post('promotionId', 0);
|
|
|
$isEdit = $this->post('isEdit', 0);
|
|
|
$uid = $this->getUid(true);
|
|
|
//$uid = $this->getUid(true);
|
|
|
$uid = $this->getUid(false);
|
|
|
|
|
|
// 执行加入购物车操作
|
|
|
$result = CartModel::addToCart($productSku, $buyNumber, $goodsType, $isEdit, $promotionId, $uid, $shoppingKey);
|
...
|
...
|
|