|
...
|
...
|
@@ -62,14 +62,6 @@ class AyrReleaseLogic extends BaseLogic |
|
|
|
if(!empty($data)){
|
|
|
|
foreach ($data as $k => $v){
|
|
|
|
if($k == 'images'){
|
|
|
|
// foreach ($v as $v1){
|
|
|
|
// $v1 = 'https://file.globalso.com'.str_replace_url($v1);
|
|
|
|
// $arr[] = $v1;
|
|
|
|
// }
|
|
|
|
// }else{
|
|
|
|
// $v = 'https://file.globalso.com'.str_replace_url($v);
|
|
|
|
// $arr[] = $v;
|
|
|
|
// }
|
|
|
|
foreach ($v as $v1){
|
|
|
|
$arr[] = getImageUrl($v1);
|
|
|
|
}
|
...
|
...
|
|