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