正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -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; |
-
请 注册 或 登录 后发表评论