Commit e92454f1 by agan

修改跳转

parent 2f017fe4
......@@ -34,7 +34,7 @@
var h5i = nJumpArr.indexOf(url_get_params().icid);
if ((/iphone|ipad|ipod/.test(ua)) && h5i > -1) {
window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer + '&cid=' + h5CidArr[h5i];
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua))) && h5i > -1) {
window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer + '&cid=' + h5CidArr[h5i];
}
// var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
......
......@@ -32,7 +32,7 @@
var h5i = nJumpArr.indexOf(url_get_params().icid);
if ((/iphone|ipad|ipod/.test(ua)) && h5i > -1) {
window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer + '&cid=' + h5CidArr[h5i];
}else if(!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))){
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua))) && h5i > -1) {
window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer + '&cid=' + h5CidArr[h5i];
}
......
......@@ -3,7 +3,7 @@
<head>
<!--<script src="https://res.sharetrace.com/sharetrace.min.js"></script>-->
<meta property="og:image" content="https://footseen.com/images/shareIcon.png">
<meta property="og:image" content="https://footseen.com/images/shareIcon.png">
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
......@@ -29,6 +29,13 @@
window.location.href = 'download52.html' + location.search;
} else if (url_get_params2().icid.indexOf('lala53') > -1) {
window.location.href = 'download53.html' + location.search;
} else if (url_get_params2().icid.indexOf('YHXMG') > -1) {
var ua = window.navigator.userAgent.toLowerCase();
if ((/iphone|ipad|ipod/.test(ua)) ) {
window.location.href = " https://www.footseen.xyz/mobile/index.html"
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = " https://www.footseen.xyz"
}
}
}
function url_get_params2() {
......@@ -48,9 +55,9 @@
<body>
<div class="main">
<img src="https://footseen.com/images/shareIcon.png" style="position: absolute;top:-1000rem;left: -1000rem;>
<span class="langTitle"><img src="https://www.footseen.com/img/down2.png" />
<font></font>
<img src="https://footseen.com/images/shareIcon.png" style="position: absolute;top:-1000rem;left: -1000rem;>
<span class=" langTitle"><img src="https://www.footseen.com/img/down2.png" />
<font></font>
</span>
<div class="langList">
<p data-lang="2">繁體中文</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment