From 9c7ec8969e566df67375c9030ec426c925d16c65 Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Mon, 17 Mar 2025 16:22:43 +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=8Cios=E6=89=93=E7=94=B5=E8=AF=9D=E6=8A=A5=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/secondHandCar/forSale.vue | 4 ++--
src/views/secondHandCar/indexList.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue
index aa0c1289..2f27b81f 100644
--- a/src/views/secondHandCar/forSale.vue
+++ b/src/views/secondHandCar/forSale.vue
@@ -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
});
diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue
index fa4fd65d..de1fc2ad 100644
--- a/src/views/secondHandCar/indexList.vue
+++ b/src/views/secondHandCar/indexList.vue
@@ -101,7 +101,7 @@
-
+
反馈建议