fix-修复拨打电话未调用原生插件的问题

This commit is contained in:
zhang.weiwei
2025-02-21 12:23:48 +08:00
parent 45d2a919b7
commit c363e600be
3 changed files with 39 additions and 23 deletions

View File

@@ -104,13 +104,16 @@ export default {
this.show = true // 显示确认对话框
},
contact() {
const a = document.createElement('a')
a.href = `tel:'${this.ybOrderDTOList.appntPhone}'`
a.click()
this.show = false
EWebBridge.webCallAppInJs('callSystem', {
system: 'tel',
number: this.ybOrderDTOList.appntPhone
})
},
callPhone(phoneNumber) {
window.location.href = 'tel://' + phoneNumber
EWebBridge.webCallAppInJs('callSystem', {
system: 'tel',
number: phoneNumber
})
},
getYBRenewalInfo() {
// let params = {