admin管理员组

文章数量:1531793

1,调用打电话

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

本文标签: jsapp