Просмотр исходного кода

添加商品-增加icon展示类型

sunxbiao месяцев назад: 5
Родитель
Сommit
04d88a7720
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/controller/merchant/store/product/Product.php

+ 2 - 1
app/controller/merchant/store/product/Product.php

@@ -415,7 +415,8 @@ class Product extends BaseController
415 415
             "mer_cate_id",//商户分类
416 416
             "unit_name", "sort" , "is_show", "is_good",'is_gift_bag',
417 417
             "video_link", "temp_id", "content", "spec_type","extension_type", "attr", "attrValue",['give_coupon_ids',[]],
418
-            "volunteer","type","pension","commission","pension_is","share_is"
418
+            "volunteer","type","pension","commission","pension_is","share_is",
419
+            "ficti","icon_type"
419 420
         ];
420 421
         $data = $this->request->params($params);
421 422
         $validate->check($data);