Commit bf06176e by agan

注释11155的逻辑

parent ab729b5a
Showing with 3 additions and 3 deletions
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
var h5CidArr = ['H5BZBSX', 'H5BNFDYY', 'H5BABYH', 'H5BSSWA', 'H5BSSQ','H5BGXA']; var h5CidArr = ['H5BZBSX', 'H5BNFDYY', 'H5BABYH', 'H5BSSWA', 'H5BSSQ','H5BGXA'];
var h5i = nJumpArr.indexOf(url_get_params().icid); var h5i = nJumpArr.indexOf(url_get_params().icid);
console.log(url_get_params()) console.log(url_get_params())
if (/android/.test(ua)&&url_get_params().icid==11155) { // if (/android/.test(ua)&&url_get_params().icid==11155) {
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;
} // }
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)))) { } else if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
......
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