Commit 6de57b90 by agan

添加特殊逻辑

parent 724260a7
Showing with 11 additions and 2 deletions
......@@ -27,8 +27,13 @@
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
if (url_get_params().icid == 31184 || url_get_params().icid == 11134) {
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
</script>
<meta charset="UTF-8">
......
......@@ -26,7 +26,11 @@
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
if (url_get_params().icid == 31184 || url_get_params().icid == 11134) {
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
</script>
<meta charset="UTF-8">
......
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