二手车交易,打电话

This commit is contained in:
2025-03-14 10:55:45 +08:00
parent f76ce0a65f
commit 0155ff7e00

View File

@ -93,6 +93,9 @@
<van-dialog v-model="show" title="电话" show-cancel-button>
<van-button type="primary" :to="{tel:this.detailInfo.contactNumber}">打电话1</van-button>
<van-button type="primary" to="tel:15237688303">打电话2</van-button>
<a href="tel:15237688303">
<van-button type="primary">打电话3</van-button>
</a>
</van-dialog>
</div>