H5点击拨打电话,发短信

phone(){
  window.location.href = 'tel:123123'// 拨打电话
  window.location.href = 'sms:123123'// 发短信
}

原文地址:https://www.cnblogs.com/xzc666/p/9437000.html