Browse Source

这里不隐藏手机号3

master
wanghongjun 2 years ago
parent
commit
61a9b370c0
  1. 1
      app/controller/AdminUserTeam.php

1
app/controller/AdminUserTeam.php

@ -61,7 +61,6 @@ class AdminUserTeam extends BaseController
foreach ($list as &$item) {
$item['phone'] = $item['phone'];
$item['avatar'] = get_image_url($item['avatar']);
$item['status'] = $item['status'] == 1 ? '正常' : '停用';
}

Loading…
Cancel
Save