//wxll
<button type="default" bindtap="callPhone">拨打电话</button>
//js
callPhone: function () {
wx.makePhoneCall({
phoneNumber: '10086'
})
}
效果
image.png
//wxll
<button type="default" bindtap="callPhone">拨打电话</button>
//js
callPhone: function () {
wx.makePhoneCall({
phoneNumber: '10086'
})
}
效果
本文标题:微信小程序通过wx.makePhoneCall打电话
本文链接:https://www.haomeiwen.com/subject/bbvjoftx.html
网友评论