🐞 fix(ID1000880):【客户管理】点击呼叫没有反应
This commit is contained in:
parent
3abe542ec7
commit
fae9c545e2
@ -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,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user