🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 分页 | 传入参 | 说明 | | --- | --- | | sbh_type | 终端调用函数名 | | T | 展示模块索引 | | classify_arr | 终端选择数组 (字段名=>字段值) | | PIN | 当前页码 | | paging_every | 每页条数 | | search_result | 终端选择搜索项数组(密文) | | ref | 刷新传递数组(json) | | 属性名 | 说明 | | --- | --- | | json | 回调数组 | | PIN | 当前页码 | | paging_every | 每页条数 | | table | 表名 | | classify_arr | 终端选中判断语句数组json | | where | 模块定义判断语句数组 | ~~~ empty($I_U->power([sbh_per.'_all'])) ? $U_P->back($json,'尚未授权['.__LINE__.']') : NULL; $where = []; $json = $iframe->paging($json,$PIN,$paging_every,sbh_table,$classify_arr,$where); //>传值处理 if(!empty($ref)){ $ref = json_decode($ref,1); extract($ref); } ~~~