Commit 93ed1928 by agan

修改跳转

parent 44909d79
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
var h5i = nJumpArr.indexOf(url_get_params().icid); var h5i = nJumpArr.indexOf(url_get_params().icid);
if ((/iphone|ipad|ipod/.test(ua)) && h5i > -1) { 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; 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))) && h5i > -1) { } 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; 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']
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
var h5i = nJumpArr.indexOf(url_get_params().icid); var h5i = nJumpArr.indexOf(url_get_params().icid);
if ((/iphone|ipad|ipod/.test(ua)) && h5i > -1) { 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; 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))) && h5i > -1) { } 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; window.location.href = " https://www.footseen.xyz?go=footseen&pmt=https://" + url_get_params().mrefer;
} }
......
...@@ -331,6 +331,7 @@ ...@@ -331,6 +331,7 @@
$('.bigRecord').text(langList[langType].payrecord); $('.bigRecord').text(langList[langType].payrecord);
var $url = 'https://www.footseen.com/footseen'; var $url = 'https://www.footseen.com/footseen';
//var $url = 'http://ceshi.yabolive.tv/footseen'; //var $url = 'http://ceshi.yabolive.tv/footseen';
var mOs = data.os || 'WEB';
var country = { var country = {
'AE': "WPAY", 'AE': "WPAY",
...@@ -455,7 +456,7 @@ ...@@ -455,7 +456,7 @@
url: $ip + '/user/getUserInfo.html', url: $ip + '/user/getUserInfo.html',
type: "post", type: "post",
data: { data: {
os: "WEB", os: mOs,
cid: "web_gw", cid: "web_gw",
lang: sessionStorage.lang, lang: sessionStorage.lang,
uid: sessionStorage.uid, uid: sessionStorage.uid,
...@@ -513,7 +514,7 @@ ...@@ -513,7 +514,7 @@
url: $ip + "/setting/getCountryTranslation.html", url: $ip + "/setting/getCountryTranslation.html",
async: true, async: true,
data: { data: {
os: "WEB", os: mOs,
cid: "web_gw", cid: "web_gw",
lang: sessionStorage.lang, lang: sessionStorage.lang,
uid: sessionStorage.uid, uid: sessionStorage.uid,
......
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