作者 张关杰

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

... ... @@ -74,7 +74,7 @@ class Product extends Base
*/
public function getIconAttribute($value){
foreach ($value as &$v){
$v = $this->getImageUrl($v['url']);
$v = $this->getImageUrl($v);
}
return $value;
}
... ...