小程序 拨打电话

buttonShow: function () {
wx.makePhoneCall({
phoneNumber: this.data.telphone,
})
},
原文地址:https://www.cnblogs.com/dianzan/p/8328805.html