作者 lyh

gx

@@ -81,6 +81,9 @@ class ProductLogic extends BaseLogic @@ -81,6 +81,9 @@ class ProductLogic extends BaseLogic
81 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); 81 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
82 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? ''); 82 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? '');
83 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); 83 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');
  84 + if(isset($param['icon']) && !empty($param['icon'])){
  85 +
  86 + }
84 $param['icon'] = Arr::a2s($param['icon'] ?? ''); 87 $param['icon'] = Arr::a2s($param['icon'] ?? '');
85 $param['created_uid'] = $this->user['id']; 88 $param['created_uid'] = $this->user['id'];
86 return $param; 89 return $param;