WIN-2308041133\Administrator 3 月之前
父節點
當前提交
631a812937
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/models/store/StoreOrder.php

+ 3 - 3
app/models/store/StoreOrder.php

@@ -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) {