field('id, title, image, url, opentype')->where(['status' => 1,'place' => $place])->order('weigh', 'desc')->select(); $list = list_domain_image($list, ['image']); $this->success(1, $list); } }