|
@@ -332,9 +332,9 @@ class StoreOrder extends BaseModel
|
|
|
} elseif ($cart['productInfo']['is_life'] == 1) {
|
|
} elseif ($cart['productInfo']['is_life'] == 1) {
|
|
|
$is_type = 5;
|
|
$is_type = 5;
|
|
|
}
|
|
}
|
|
|
- if ($cart['productInfo']['is_explosive'] != 1 && $userInfo['is_first'] == 0) {
|
|
|
|
|
- return self::setErrorInfo('首单只能购买报单商品', true);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if ($cart['productInfo']['is_explosive'] != 1 && $userInfo['is_first'] == 0) {
|
|
|
|
|
+// return self::setErrorInfo('首单只能购买报单商品', true);
|
|
|
|
|
+// }
|
|
|
}
|
|
}
|
|
|
$deduction = $seckill_id || $bargain_id || $combinationId;
|
|
$deduction = $seckill_id || $bargain_id || $combinationId;
|
|
|
if ($deduction) {
|
|
if ($deduction) {
|