正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -152,6 +152,8 @@ class CategoryLogic extends BaseLogic | @@ -152,6 +152,8 @@ class CategoryLogic extends BaseLogic | ||
| 152 | $this->param['describe_image'][$k] = $v; | 152 | $this->param['describe_image'][$k] = $v; |
| 153 | } | 153 | } |
| 154 | $this->param['describe_image'] = json_encode($this->param['describe_image']); | 154 | $this->param['describe_image'] = json_encode($this->param['describe_image']); |
| 155 | + }else{ | ||
| 156 | + $this->param['describe_image'] = ''; | ||
| 155 | } | 157 | } |
| 156 | return $this->success($param); | 158 | return $this->success($param); |
| 157 | } | 159 | } |
-
请 注册 或 登录 后发表评论