uniapp跳转拨号界面

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

posted @ 2022-11-08 17:06  干红  阅读(344)  评论(0编辑  收藏  举报