方法一:

<a :href="'tel:' + 110">call me</a>

 

 

方法二:

<a @click="callPhone">联系商家</a>

callPhone(){
      window.location.href = 'tel://110'
    },

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-08-11
  • 2022-02-10
  • 2021-10-01
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案