微信小程序 使用wx.makePhoneCall可以打电话
微信小程序官方文档: https://developers.weixin.qq.com/miniprogram/dev/api/device/phone/wx.makePhoneCall.html?search-key=makePhone
wx.makePhoneCall({ phoneNumber: "手机号", success: function () { console.log("成功拨打电话") } })













