作者 lyh

gx

@@ -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 }