作者 lyh

gx

... ... @@ -575,7 +575,7 @@ class ProductController extends BaseController
$new_content = htmlentities($contents);
}
if (!empty($new_content)){
$productInfo['describe'] = $new_content . $productInfo['$data'];
$productInfo['describe'] = $new_content . $productInfo['describe'];
}
$this->response('success',Code::SUCCESS,$productInfo);
}
... ...