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, }) }