当时写的小程序跳转vue 在开发者工具中调试失败,但是上线正常
image.png
- 在index.html 中
<meta name="format-detection" content="telephone=yes"/>
- 在需要使用的地方添加
<a :href="'tel:' + item.phonenumber">{{item.phonenumber}}</a>
<meta name="format-detection" content="telephone=yes"/>
<a :href="'tel:' + item.phonenumber">{{item.phonenumber}}</a>