admin管理员组文章数量:1130349
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://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)
}
}
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://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)
}
}
版权声明:本文标题:js调用app下载或者打开app(手机下载或者打开新的页面) 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1754589306a2705094.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论