admin/app/api/controller/order/Cart.php
@@ -74,12 +74,6 @@ if ($product['is_newcomer'] == 1) { return $this->renderError('新人专区商品不能加入购物车'); } if ($product['is_vip'] == 1) { return $this->renderError('vip专区商品不能加入购物车'); } if ($product['is_vip'] == 1) { return $this->renderError('vip专区商品不能加入购物车'); } if ($product['is_repurchase'] == 1) { return $this->renderError('复购专区商品不能加入购物车'); }