|
...
|
...
|
@@ -27,7 +27,7 @@ class WebSettingCountryLogic extends BaseLogic |
|
|
|
$lists = $this->model->list($this->param,'id',['id','name','country_img']);
|
|
|
|
if (!empty($lists)){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
$lists[$k]['image_link'] = url('upload/country/' . $v);
|
|
|
|
$lists[$k]['image_link'] = url('upload/country/' . $v['country_img']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return $this->success($lists);
|
...
|
...
|
|