From fae9c545e2950fed6b6483cec1a4efd439e9c41a Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Tue, 6 Dec 2022 10:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000880):=E3=80=90?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E3=80=91=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=91=BC=E5=8F=AB=E6=B2=A1=E6=9C=89=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customerManagement/components/ItemList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/customerManagement/components/ItemList/index.tsx b/src/pages/customerManagement/components/ItemList/index.tsx index d1d1408..2f3b3ae 100644 --- a/src/pages/customerManagement/components/ItemList/index.tsx +++ b/src/pages/customerManagement/components/ItemList/index.tsx @@ -15,7 +15,7 @@ const ItemList = (props: Props) => { const handPhone = (e) => { e.stopPropagation() Taro.makePhoneCall({ - phoneNumber: props.obj?.phone, + phoneNumber: props.obj?.real_phone, }) }