Commit f36dca84 authored by zhuwei's avatar zhuwei

pc 后台 total 去除

parent ef1a12d1
...@@ -410,7 +410,7 @@ class Member extends Basic{ ...@@ -410,7 +410,7 @@ class Member extends Basic{
} }
} }
$data['list'] =$list; $data['list'] =$list;
$data['total'] = $this->user->getUserAgentTotal($where, $type); $data['total'] = 0;//$this->user->getUserAgentTotal($where, $type);
/*权限判断,是否有权筛选纯房东客户 0:可查看 1:不可查看*/ /*权限判断,是否有权筛选纯房东客户 0:可查看 1:不可查看*/
$check = new VipService(); $check = new VipService();
......
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