移动端==》拨打手机号
<meta name="format-detection" content="telephone=yes" /> // 调用拨号功能 callPhone(phoneNumber) { window.location.href = "tel://" + phoneNumber; },
<meta name="format-detection" content="telephone=yes" /> // 调用拨号功能 callPhone(phoneNumber) { window.location.href = "tel://" + phoneNumber; },