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

This commit is contained in:
2025-03-17 16:22:43 +08:00
parent 75f5dabf3d
commit 9c7ec8969e
2 changed files with 3 additions and 3 deletions

View File

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