field('bid,aid,type,image')->where($map)->order('sort desc')->select(); foreach ($list as $k => &$v) { $v['image'] = localpath_to_netpath($v['image']); $v['url'] =""; if ($v['type'] == 2) { // if ($v['type'] == 1) { // $v['url'] = url('index/index/page_show', ['id' => $v['aid']], 'html', true);; $v['url'] =$web_site_url."/index.php/index/index/page_show?id={$v['aid']}"; } } return ['code' => 200, 'msg' => '获取成功', 'data' => $list]; } }