diff --git a/admin/controllers/receiver/Customer.php b/admin/controllers/receiver/Customer.php index 7b83fce7..4f94e07e 100644 --- a/admin/controllers/receiver/Customer.php +++ b/admin/controllers/receiver/Customer.php @@ -972,9 +972,6 @@ class Customer extends HD_Controller 'brand_detail' => '关注品牌', 'series_detail' => '关注车型' ]; - if ($this->role == 8) { - unset($indexs['mobile']); - } $count = $this->customers_model->count($where); $data = [];