error('投票活动结束了'); } //轮播图 public function banner() { $list = Db::name('banner')->field('id, title, image, url')->where(['status' => 1])->order('weigh', 'desc')->select(); $list = list_domain_image($list, ['image']); $this->success(1, $list); } }