走默认的方式失败

<a href="tel:{{telPhone}}">{{telPhone}}</a>

走字符串拼接方法成功

<a :href="'tel:' + telPhone">{{telPhone}}</a>

 

相关文章:

  • 2022-01-29
  • 2022-01-14
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-12-31
  • 2022-01-17
相关资源
相似解决方案