//点击号码拨打电话
callPhone(val) {
// window.location.href = 'tel://110'
uni.makePhoneCall({
phoneNumber: val,
})
plus.device.dial(val, true)
},
uniapp发布需要配置
标签:电话,tel,val,makePhoneCall,拨打,href From: https://www.cnblogs.com/ljlp/p/17417569.html