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