依赖微信小程序API中的wx.makePhoneCall方法实现
代码
phoneCall:function(){
wx.makePhoneCall({
phoneNumber: '111111111111',
})
},
这篇博客介绍了如何利用微信小程序的API wx.makePhoneCall来实现一键拨号功能,详细讲解了相关代码实现,帮助开发者理解并应用到自己的小程序项目中。
依赖微信小程序API中的wx.makePhoneCall方法实现
代码
phoneCall:function(){
wx.makePhoneCall({
phoneNumber: '111111111111',
})
},
1393
1740
2180

被折叠的 条评论
为什么被折叠?