作者 lyh

gx

... ... @@ -574,7 +574,7 @@ class ProductController extends BaseController
$contents .= $pre_suf_array['prefix_title'][0].' '.implode(', ',$tm_ky).', '.$pre_suf_array['suffix_l'][0]."\r\n";
$new_content = htmlentities($contents);
}
if (FALSE == empty($data['new_content'])){
if (!empty($new_content)){
$productInfo['describe'] = $new_content . $productInfo['$data'];
}
$this->response('success',Code::SUCCESS,$productInfo);
... ...