正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -575,7 +575,7 @@ class ProductController extends BaseController | @@ -575,7 +575,7 @@ class ProductController extends BaseController | ||
| 575 | $new_content = htmlentities($contents); | 575 | $new_content = htmlentities($contents); |
| 576 | } | 576 | } |
| 577 | if (!empty($new_content)){ | 577 | if (!empty($new_content)){ |
| 578 | - $productInfo['describe'] = $new_content . $productInfo['describe']; | 578 | + $productInfo['content'] = $new_content . $productInfo['content']; |
| 579 | } | 579 | } |
| 580 | $this->response('success',Code::SUCCESS,$productInfo); | 580 | $this->response('success',Code::SUCCESS,$productInfo); |
| 581 | } | 581 | } |
-
请 注册 或 登录 后发表评论