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}`;