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>
posted @ 2018-04-11 16:17  szchenrong  阅读(550)  评论(0)    收藏  举报