wx.makePhoneCall 微信小程序拨打电话 报错
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 可弹出拨打电话 - 复现路径 - 提供一个最简复现 Demo wx.makePhoneCall 微信小程序拨打电话 报错 wx.makePhoneCall is not function 1.wx.config ok 2.jsApiList 列表包含makePhoneCall 函数 3.但是仍然报错 wx.makePhoneCall is not function 调用代码: wx.makePhoneCall({ phoneNumber: '10086', success: function(res){ console.log(res) } }) [图片] 权限表 [图片] 报错:: [图片]