正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -423,6 +423,9 @@ if (!function_exists('getImageUrl')) { | @@ -423,6 +423,9 @@ if (!function_exists('getImageUrl')) { | ||
| 423 | if(empty($path)){ | 423 | if(empty($path)){ |
| 424 | return ''; | 424 | return ''; |
| 425 | } | 425 | } |
| 426 | + if((strpos($path,'https://')!== false) || (strpos($path,'http://') !== false)){ | ||
| 427 | + return $path; | ||
| 428 | + } | ||
| 426 | if(is_array($path)){ | 429 | if(is_array($path)){ |
| 427 | foreach ($path as $v){ | 430 | foreach ($path as $v){ |
| 428 | $url[] = getImageUrl($v); | 431 | $url[] = getImageUrl($v); |
-
请 注册 或 登录 后发表评论