So tätigen Sie einen Anruf mit einem Klick
小程序就这种:
wx.makePhoneCall({
phoneNumber: 要拨打的电话,
success: function () {
console.log("成功拨打电话")
}
})
支付宝小程序可以这样写 微信小程序应该也差不多
小程序就这种:
wx.makePhoneCall({
phoneNumber: 要拨打的电话,
success: function () {
console.log("成功拨打电话")
}
})
支付宝小程序可以这样写 微信小程序应该也差不多