wx.makePhoneCall 微信小程序拨打电话 报错
发布于 5 年前 作者 fanping 4335 次浏览 来自 问答
  • 当前 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)
       }
     })

权限表

报错::

2 回复

jssdk有makephonecall?

回到顶部