Commit 602a8f66 authored by liuyuzhen's avatar liuyuzhen

测试

parent ad8aebb2
......@@ -373,7 +373,7 @@ class StoreServiceModel extends \Business\AbstractModel{
$returnClass = [];
if($class){
foreach ($class as $v){
$returnClass[] = $v['gc_name'];
$returnClass[] = htmlspecialchars_decode($v['gc_name']);
}
}
list($qualificationPics,$detailImg) = $this->getStoreQualification($storeId,$storeInfo['member_id']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment