华为手机wx.mekePhoneCall:fail 调用电话失败,前几天还是好的
wx.makePhoneCall({
phoneNumber: ‘18333333333’ ,
fail: (err) => {
console.log(‘调用电话失败’);
}
})
wx.makePhoneCall({
phoneNumber: ‘18333333333’ ,
fail: (err) => {
console.log(‘调用电话失败’);
}
})