head添加(可以不添加默认开了)
<meta name="format-detection"content="telephone=yes"/>
标签调起
呼叫手机 <a href="tel:137*****">打电话</a>
发信息<a href="sms:137*****">发短信</a>
js调起
呼叫手机 window.location.href = 'tel:' + phoneNumber
发信息 window.location.href = 'sms:' + phoneNumber
微信效果图