1 ]; $type = input('type',0); if($type){ $where['type'] = $type; } $list = Db::name('banner')->field('id, title, image')->where($where)->order('weigh', 'desc')->select(); $list = list_domain_image($list, ['image']); $this->success(1, $list); } }