微信小程序一键拨号功能实现

1. 在.wxml文件中绑定拨号事件javascript <button type="default" bindtap="calling">拨打电话</button> 2. 在.js文件中加入逻辑代码html calling: function () {     wx.makePhoneCall({         phoneNumber: '***************',       
相关文章
相关标签/搜索