1.通过window.location.href
示例:
window.location.href=tel://123456789;

2.通过a标签
示例:
在这里插入图片描述

uniapp调用拨打电话功能:使用uni.makePhoneCall
示例:uni.makePhoneCall({
phoneNumber: Phone,
success(){
console.log(‘拨打成功了’);
},
fail() {
console.log(‘拨打失败了’);
}
});

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐