1,调用打电话

<div class="content"><a style="color: #498FE2" href="tel:{$data['customer_mobile']}">{$data['customer_mobile']}</a>
                    </div>
  • 1
  • 2
2.调用下载
  downLoad() {
        if (navigator.userAgent.match(/(iPhone|iPod|iPad);?/i)) {
          window.open("CnSellersApp://");//ios app协议
          window.setTimeout(function () {
            window.location.href = "http://www.cnsellers.cn/sellermobile/_index.html";
          }, 2000)
        }
        if (navigator.userAgent.match(/android/i)) {
          window.open("sellingworldapp://");//android app协议
          window.setTimeout(function () {
            window.location.href = "http://www.cnsellers.cn/sellermobile/_index.html";// 下载地址
          }, 2000)
        }
      }
Logo

开源鸿蒙跨平台开发社区汇聚开发者与厂商,共建“一次开发,多端部署”的开源生态,致力于降低跨端开发门槛,推动万物智联创新。

更多推荐