代理商界面修改

This commit is contained in:
“wanyongkang”
2023-11-01 18:04:25 +08:00
parent 8f9cbbf6bb
commit 0f1ffa68d0
3 changed files with 12 additions and 9 deletions

View File

@@ -137,8 +137,7 @@ class Userinfo extends Controller
$where['agent_id'] = $this->userinfo['OperaterID'];
$user_model = new UserModel;
$discount_model = new ProductPriceScheme;
$user_list = $user_model->getListPage($where, '*', 'id desc', "$page,50");
$user_list = $user_model->getListPage($where, '`LoginCode`,`RestAmount`,`discount_id`,`CreateTime`,`QQ`,`Wx`,`TaoBao`,`Email`,`Id`,`id_code`,`is_verify`', 'id desc', "$page,50");
//折扣列表
$discount_data = $discount_model->getList();
@@ -150,7 +149,6 @@ class Userinfo extends Controller
}
foreach ($user_list as &$info){
$info['Password'] = '';
if(empty($info['id_code'])){
$info['is_verify'] = '未认证';
} else {