|
...
|
...
|
@@ -69,7 +69,7 @@ class ProductLogic extends BaseLogic |
|
|
|
$info['icon'] = json_decode($info['icon']);
|
|
|
|
foreach ($info['icon'] as $k => $v){
|
|
|
|
$v = (array)$v;
|
|
|
|
$v['image_link'] = $this->getImageUrl($v['url']);
|
|
|
|
$v['image_link'] = $this->getImageUrl($v);
|
|
|
|
$info['icon'][$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|