Commit 1a77ae8e by agan

xg

parent 31d709fe
...@@ -38,9 +38,10 @@ ...@@ -38,9 +38,10 @@
// } // }
if ((/iphone|ipad|ipod/.test(ua))) { if ((/iphone|ipad|ipod/.test(ua))) {
window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer; window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer;
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { }
window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; // else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
} // window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
// }
// 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 (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
// if (nJumpArr.indexOf(url_get_params().icid) > -1) { // if (nJumpArr.indexOf(url_get_params().icid) > -1) {
......
...@@ -32,9 +32,10 @@ ...@@ -32,9 +32,10 @@
var h5i = nJumpArr.indexOf(url_get_params().icid); var h5i = nJumpArr.indexOf(url_get_params().icid);
if ((/iphone|ipad|ipod/.test(ua))) { if ((/iphone|ipad|ipod/.test(ua))) {
window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer; window.location.href = " https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=https://" + url_get_params().mrefer;
} else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) { }
window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer; // else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
} // window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
// }
// 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 (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
......
...@@ -26,9 +26,10 @@ ...@@ -26,9 +26,10 @@
if (!((/android/.test(ua)))) { if (!((/android/.test(ua)))) {
if((/iphone|ipad|ipod/.test(ua))){ if((/iphone|ipad|ipod/.test(ua))){
window.location.href = 'https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=other'; window.location.href = 'https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=other';
}else{
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
} }
// else{
// window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
// }
} }
</script> </script>
<meta charset="UTF-8"> <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