微信小程序代码wx.makePhoneCall实现拨打电话功能,安卓和苹果iOS亲测可用
官方文档 wx.makePhoneCall(Object object) 拨打电话 参数 Object object 示例代码 实际应用 例如我在自定义底部导航条工具栏上添加一个免费咨询的按钮 对应的wxml <view class='footer_list2' data-id='4' catchtap='freeTell' data-current="4" bindtap="chooseI…
继续阅读
微信小程序代码wx.makePhoneCall实现拨打电话功能,安卓和苹果iOS亲测可用