From 0aa3630adbe247e9d0e5776d8548dc444eeee69e Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 16 Apr 2025 16:48:38 +0800 Subject: [PATCH] =?UTF-8?q?story#5360,web=E7=AB=AF=E6=8B=A8=E6=89=93?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E6=94=B9=E4=B8=BA=E7=A1=AE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 2 +- src/views/secondHandCar/wantBuySale.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index 14752af5..5abf50e4 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -190,7 +190,7 @@ export default { this.getDuration(2) Dialog.alert({ message:this.detailInfo.contactNumber , - confirmButtonText:'拨打电话', + confirmButtonText:this.isWebFunc() ? '确定' : '拨打电话', showCancelButton:true, }).then(async() => { window.location.href = `tel:${this.detailInfo.contactNumber}`; diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index 1c59a6f5..33a053ef 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -107,7 +107,7 @@ export default { this.getDuration(2) Dialog.alert({ message:this.detailInfo.contactNumber , - confirmButtonText:'拨打电话', + confirmButtonText:this.isWebFunc() ? '确定' : '拨打电话', showCancelButton:true, }).then(() => { window.location.href = `tel:${this.detailInfo.contactNumber}`;