微信小程式通過wx.makePhoneCall打電話

weixin_34393428發表於2019-01-21
//wxll
<button type="default" bindtap="callPhone">撥打電話</button>
//js
 callPhone: function () {
    wx.makePhoneCall({
      phoneNumber: '10086'
    })
  }

效果


13511312-8934c03c3d99229e.png
image.png

相關文章