uniapp跳转拨号界面
uni.makePhoneCall({
phoneNumber:'123456789',
success:function(){
console.log('成功');
},
fail() {
console.log('拨打失败');
}
})
uni.makePhoneCall({
phoneNumber:'123456789',
success:function(){
console.log('成功');
},
fail() {
console.log('拨打失败');
}
})