美文网首页
微信小程序通过wx.makePhoneCall打电话

微信小程序通过wx.makePhoneCall打电话

作者: 前端来入坑 | 来源:发表于2019-01-21 22:02 被阅读46次
    //wxll
    <button type="default" bindtap="callPhone">拨打电话</button>
    
    //js
     callPhone: function () {
        wx.makePhoneCall({
          phoneNumber: '10086'
        })
      }
    

    效果


    image.png

    相关文章

      网友评论

          本文标题:微信小程序通过wx.makePhoneCall打电话

          本文链接:https://www.haomeiwen.com/subject/bbvjoftx.html