二手车交易,ios打电话报错

This commit is contained in:
2025-03-17 16:11:37 +08:00
parent ee69ed0c2b
commit 75f5dabf3d

View File

@ -169,8 +169,8 @@ export default {
confirmButtonText:'拨打电话', confirmButtonText:'拨打电话',
showCancelButton:true, showCancelButton:true,
}).then(async() => { }).then(async() => {
this.recordType=2 // this.recordType=2
this.getDuration() // this.getDuration()
window.location.href = `tel:${this.detailInfo.contactNumber}`; window.location.href = `tel:${this.detailInfo.contactNumber}`;
}).catch(() => { }).catch(() => {
// on cancel // on cancel