🐞 fix(ID1000880):【客户管理】点击呼叫没有反应

This commit is contained in:
Haiyi 2022-12-06 10:15:27 +08:00
parent 3abe542ec7
commit fae9c545e2

View File

@ -15,7 +15,7 @@ const ItemList = (props: Props) => {
const handPhone = (e) => { const handPhone = (e) => {
e.stopPropagation() e.stopPropagation()
Taro.makePhoneCall({ Taro.makePhoneCall({
phoneNumber: props.obj?.phone, phoneNumber: props.obj?.real_phone,
}) })
} }