Commit 86c7647c by agan

修改

parent 1a6fdb3c
Showing with 17 additions and 13 deletions
......@@ -27,9 +27,10 @@
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
// var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
if (nJumpArr.indexOf(url_get_params().icid) > -1) {
// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
if (url_get_params().icid != '31187') {
if (url_get_params().from != 'pc') {
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
} else {
......@@ -45,11 +46,12 @@
}
})
}
} else {
if (url_get_params().icid != '31187') {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
// } else {
// if (url_get_params().icid != '31187') {
// window.location.href = "https://www.footseen.xyz?go=footseen";
// }
// }
}
</script>
<meta charset="UTF-8">
......
......@@ -25,9 +25,10 @@
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
// var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
if (nJumpArr.indexOf(url_get_params().icid) > -1) {
// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
if (url_get_params().icid != '31187') {
if (url_get_params().from != 'pc') {
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
} else {
......@@ -43,12 +44,13 @@
}
})
}
} else {
if (url_get_params().icid != '31187') {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
}
// } else {
// if (url_get_params().icid != '31187') {
// window.location.href = "https://www.footseen.xyz?go=footseen";
// }
// }
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
......
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