Commit 955cb1a0 authored by zhangjun's avatar zhangjun

修改

parent c99b5e89
...@@ -544,6 +544,11 @@ class User extends MY_Controller ...@@ -544,6 +544,11 @@ class User extends MY_Controller
echo $result;exit; echo $result;exit;
} }
if(isset($_GET['zj']) && $_GET['zj']==1)
{
var_dump($house);die();
}
//分页开始 //分页开始
$data['collect_num'] = $this->num_5; $data['collect_num'] = $this->num_5;
$data['pagesize'] = 5;//设定每一页显示的记录数 $data['pagesize'] = 5;//设定每一页显示的记录数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment