作者 张关杰

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

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