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 @@
-
+
反馈建议