作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -68,9 +68,7 @@ class ProductLogic extends BaseLogic
if(!empty($info['icon'])){
$info['icon'] = json_decode($info['icon']);
foreach ($info['icon'] as $k => $v){
$v = (array)$v;
$v['image_link'] = $this->getImageUrl($v);
$info['icon'][$k] = $v;
$info['icon'][$k]['image_link'] = $this->getImageUrl($v);
}
}
return $info;
... ...