作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -394,7 +394,7 @@ class Logic @@ -394,7 +394,7 @@ class Logic
394 if(is_array($hash)){ 394 if(is_array($hash)){
395 $url = []; 395 $url = [];
396 foreach ($hash as $k => $v){ 396 foreach ($hash as $k => $v){
397 - $url['images_link'][$k] = $this->getImageUrl($v); 397 + $url[$k] = $this->getImageUrl($v);
398 } 398 }
399 }else{ 399 }else{
400 $imageModel = new Image(); 400 $imageModel = new Image();