|
...
|
...
|
@@ -423,6 +423,9 @@ if (!function_exists('getImageUrl')) { |
|
|
|
if(empty($path)){
|
|
|
|
return '';
|
|
|
|
}
|
|
|
|
if((strpos($path,'https://')!== false) || (strpos($path,'http://') !== false)){
|
|
|
|
return $path;
|
|
|
|
}
|
|
|
|
if(is_array($path)){
|
|
|
|
foreach ($path as $v){
|
|
|
|
$url[] = getImageUrl($v);
|
...
|
...
|
|