WIN-2308041133\Administrator 4 months ago
parent
commit
fecb99e5fe
1 changed files with 10 additions and 0 deletions
  1. 10 0
      app/admin/controller/store/StoreProduct.php

+ 10 - 0
app/admin/controller/store/StoreProduct.php

@@ -268,6 +268,11 @@ class StoreProduct extends AuthController
             ['mer_use', 0],
             ['mer_use', 0],
             ['is_postage', 0],
             ['is_postage', 0],
             ['is_good', 0],
             ['is_good', 0],
+            ['is_inclusive', 0],
+            ['is_points', 0],
+            ['is_explosive', 0],
+            ['is_health', 0],
+            ['is_life', 0],
 //            ['description', ''],
 //            ['description', ''],
             ['spec_type', 0],
             ['spec_type', 0],
             ['video_link', ''],
             ['video_link', ''],
@@ -481,6 +486,11 @@ class StoreProduct extends AuthController
             ['mer_use', 0],
             ['mer_use', 0],
             ['is_postage', 0],
             ['is_postage', 0],
             ['is_good', 0],
             ['is_good', 0],
+            ['is_inclusive', 0],
+            ['is_points', 0],
+            ['is_explosive', 0],
+            ['is_health', 0],
+            ['is_life', 0],
         ]);
         ]);
         if (count($data['cate_id']) < 1) return Json::fail('请选择产品分类');
         if (count($data['cate_id']) < 1) return Json::fail('请选择产品分类');
         $cate_id = $data['cate_id'];
         $cate_id = $data['cate_id'];