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