小程序:IOS拨打部分手机号码无效
小程序中使用 wx.makePhoneCall 拨打部分电话不能调出打电话的功能,
小程序中,ios端使用
wx.makePhoneCall拨打部分电话无效
测试号码:15907156663
测试机型:iphone系列
bindPhoneBaojie:function(){
wx.makePhoneCall({
phoneNumber: “15907156663”,
success: function () {
//console.log(‘拨打电话成功…’)
},
fail: function (res) {
console.log(res)
}
})
},
求助,谢谢!
2 回复
你好,问题未复现。请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。