h5页面实现手机拨号
<meta name="format-detection" content="telephone=yes"/>
主要我用的下面的
给一个click事件,
contactKeFu: function() {
window.location.href = "tel: " + tel
}
or
<a class="red" href="tel: 400-777-7777">400-777-7777</a>
<meta name="format-detection" content="telephone=yes"/>
主要我用的下面的
给一个click事件,
contactKeFu: function() {
window.location.href = "tel: " + tel
}
or
<a class="red" href="tel: 400-777-7777">400-777-7777</a>