作者 刘锟

项目升级

@@ -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);