|
...
|
...
|
@@ -24,7 +24,7 @@ class WebSettingCountryLogic extends BaseLogic |
|
|
|
* @time :2023/4/28 16:18
|
|
|
|
*/
|
|
|
|
public function country_list(){
|
|
|
|
$lists = $this->model->list($this->param,'id',['id','name','image']);
|
|
|
|
$lists = $this->model->list($this->param,'id',['id','name','country_img']);
|
|
|
|
if (empty($lists)){
|
|
|
|
$this->fail('当前数据不存在');
|
|
|
|
}
|
...
|
...
|
|