Commit d65e085a authored by ZhuChunYang's avatar ZhuChunYang

update

parent feddb364
...@@ -63,8 +63,11 @@ class CoinBanner extends BaseActiveRecord ...@@ -63,8 +63,11 @@ class CoinBanner extends BaseActiveRecord
$value['banner_image_url'] = $image_info[$value['image_id']]['base_url'] . $image_info[$value['image_id']]['file_url']; $value['banner_image_url'] = $image_info[$value['image_id']]['base_url'] . $image_info[$value['image_id']]['file_url'];
unset($value['image_id']); unset($value['image_id']);
} }
}
return array_column($data,null,'id'); return array_column($data,null,'id');
}else{
return [];
}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment