1、<meta name="format-detection" content="telephone=yes" /> //index中加入这段话
2、在你用到的页面
<tpmplate> <span @click="callPhone(Phone)">{{Phone}}</span> // Phone是需要拨打的电话 </template> methods:{ callPhone (phoneNumber) { window.location.href = 'tel://' + phoneNumber } }
vue移动端调出打电话功能
最新推荐文章于 2024-06-22 11:57:18 发布