https://developers.weixin.qq.com/miniprogram/dev/api/wx.makePhoneCall.html
拨打电话wx.makePhoneCall(Object object)
微信不会直接发起电话呼叫,而是跳转到拨号页面,自动完成号码输入。
wx.makePhoneCall({
phoneNumber: '13312345678',
})
https://developers.weixin.qq.com/miniprogram/dev/api/wx.makePhoneCall.html
拨打电话wx.makePhoneCall(Object object)
微信不会直接发起电话呼叫,而是跳转到拨号页面,自动完成号码输入。
wx.makePhoneCall({
phoneNumber: '13312345678',
})