From 3a3d74ac69d2ac690cb34590e121901dc585db25 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 13 Mar 2025 20:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E6=89=93=E7=94=B5=E8=AF=9D=E6=B7=BB=E5=8A=A0=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=8C=89=E9=92=AE=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 4 +++- src/views/secondHandCar/wantBuySale.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index 03966361..d66837e3 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -169,7 +169,9 @@ export default { this.recordType=2 this.getDuration() window.location.href = `tel:${this.detailInfo.contactNumber}`; - }) + }).catch(() => { + // on cancel + }); }, onChange(index) { this.current = index; diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index 90f04ac4..7424ea59 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -106,7 +106,9 @@ export default { this.recordType=2 this.getDuration() window.location.href = `tel:${this.detailInfo.contactNumber}`; - }) + }).catch(() => { + // on cancel + }); }, } }