正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -45,7 +45,7 @@ class AyrShare extends Base | @@ -45,7 +45,7 @@ class AyrShare extends Base | ||
| 45 | public function iconImage(){ | 45 | public function iconImage(){ |
| 46 | $image_link = []; | 46 | $image_link = []; |
| 47 | foreach ($this->platforms as $k => $v){ | 47 | foreach ($this->platforms as $k => $v){ |
| 48 | - $image_link[$k] = url('upload/icon/').$v; | 48 | + $image_link[$k] = url('upload/icon').'/'.$v; |
| 49 | } | 49 | } |
| 50 | return $image_link; | 50 | return $image_link; |
| 51 | } | 51 | } |
-
请 注册 或 登录 后发表评论