From f14ded3c0609ee506aa24540537494e17845e5e5 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 7 Sep 2023 17:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E9=87=8C=E4=B8=8D=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/AdminUserTeam.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/AdminUserTeam.php b/app/controller/AdminUserTeam.php index 66c7744..d9ef3a1 100644 --- a/app/controller/AdminUserTeam.php +++ b/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 ? '正常' : '停用'; }