|
...
|
...
|
@@ -45,7 +45,7 @@ class AyrShare extends Base |
|
|
|
public function iconImage(){
|
|
|
|
$image_link = [];
|
|
|
|
foreach ($this->platforms as $k => $v){
|
|
|
|
$image_link[$k] = url('upload/icon/').$v;
|
|
|
|
$image_link[$k] = url('upload/icon').'/'.$v;
|
|
|
|
}
|
|
|
|
return $image_link;
|
|
|
|
}
|
...
|
...
|
|