«
微信小程序拨打电话代码 wx.makePhoneCall

时间:2023-8-1    作者:程序猿    分类:


callPhone() {
wx.makePhoneCall({
phoneNumber: '400-0088-888' //仅为示例,并非真实的电话号码
})
},