Browse Source

这里不隐藏手机号

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

2
app/controller/AdminUserTeam.php

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

Loading…
Cancel
Save