作者 Cool
1 个管道 的构建 通过 耗费 1 秒

h5分享下载app调试

... ... @@ -180,11 +180,11 @@
$('.appPop-main-btn').click(function (e) {
e.stopPropagation();
if(browser == 0) {
$('.browser_open').show();
window.location.href = "{$href}";
} else if(browser == 3) {
alert('ios暂不支持');
} else {
window.location.href = "{$href}";
$('.browser_open').show();
}
});
</script>
... ...
... ... @@ -147,11 +147,11 @@
$('.appPop-main-btn').click(function (e) {
e.stopPropagation();
if(browser == 0) {
$('.browser_open').show();
window.location.href = "{$href}";
} else if(browser == 3) {
alert('ios暂不支持');
} else {
window.location.href = "{$href}";
$('.browser_open').show();
}
});
</script>
... ...
... ... @@ -90,11 +90,11 @@
$('.appPop-main-btn').click(function (e) {
e.stopPropagation();
if(browser == 0) {
$('.browser_open').show();
window.location.href = "{$href}";
} else if(browser == 3) {
alert('ios暂不支持');
} else {
window.location.href = "{$href}";
$('.browser_open').show();
}
});
</script>
... ...