二手车交易,ios打电话报错

This commit is contained in:
2025-03-17 16:22:43 +08:00
parent 75f5dabf3d
commit 9c7ec8969e
2 changed files with 3 additions and 3 deletions

View File

@ -169,9 +169,9 @@ export default {
confirmButtonText:'拨打电话', confirmButtonText:'拨打电话',
showCancelButton:true, showCancelButton:true,
}).then(async() => { }).then(async() => {
// this.recordType=2 this.recordType=2
// this.getDuration()
window.location.href = `tel:${this.detailInfo.contactNumber}`; window.location.href = `tel:${this.detailInfo.contactNumber}`;
await this.getDuration()
}).catch(() => { }).catch(() => {
// on cancel // on cancel
}); });

View File

@ -101,7 +101,7 @@
</div> </div>
<img v-show="activeTab==0" @click="releaseHandle(1)" class="fixImg" src="@/assets/secondHandCar/sellCar.png" /> <img v-show="activeTab==0" @click="releaseHandle(1)" class="fixImg" src="@/assets/secondHandCar/sellCar.png" />
<img v-show="activeTab==1" @click="releaseHandle(2)" class="fixImg" src="@/assets/secondHandCar/buyCar.png" /> <img v-show="activeTab==1" @click="releaseHandle(2)" class="fixImg" src="@/assets/secondHandCar/buyCar.png" />
<van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'38%' }" class="poupWrap"> <van-popup v-model="poupShow" closeable round :style="{ width: '90%',height:'37%' }" class="poupWrap">
<span class="title">反馈建议</span> <span class="title">反馈建议</span>
<div class="poupContent"> <div class="poupContent">
<div class="tip">如有任何建议请及时反馈我们</div> <div class="tip">如有任何建议请及时反馈我们</div>