摘要: 方法一 <a :href="'tel:' + 110">联系商家</a> 方法二 <a @click="callPhone">联系商家</a> callPhone(){ window.location.href = 'tel://110' }, https://blog.csdn.net/dt199 阅读全文
posted @ 2021-12-01 19:36 未几 阅读(538) 评论(0) 推荐(0)