一鍵撥打電話如何實現
小程式就這種:
wx.makePhoneCall({
phoneNumber: 要撥打的電話,
#success: function () {
console.log("成功撥打電話")
}
})
##
支付寶小程式可以這樣寫 微信小程式應該也差不多
小程式就這種:
wx.makePhoneCall({
phoneNumber: 要撥打的電話,
#success: function () {
console.log("成功撥打電話")
}
})
##
支付寶小程式可以這樣寫 微信小程式應該也差不多