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