完善功能

This commit is contained in:
wangxiaowei
2026-05-09 16:50:00 +08:00
parent bd10660fcd
commit 473e40b817
6 changed files with 109 additions and 42 deletions

View File

@ -444,8 +444,9 @@
// 选择菜单-拨打客服电话
handleSelectMenu: (item: any) => {
console.log("🚀 ~ item:", item)
uni.makePhoneCall({
phoneNumber: item.item.name
phoneNumber: String(item.item.name)
})
},