assign('cate_list', $cate_list); return $this->fetch(); } /** * 获取资料下载列表 */ public function data_download_list() { $where = parent::getMore([ ['start_time', ''], ['end_time', ''], ['status', 1], ['page', 1], ['limit', 20], ['cate_id', 0], ['is_show', ''], ['title', ''] ]); return Json::successlayui(DownloadModel::get_download_list($where)); } }