Commit 16438925 by agan

添加跳转参数

parent f3b61ae2
Showing with 4 additions and 4 deletions
......@@ -25,9 +25,9 @@
var ua = window.navigator.userAgent.toLowerCase();
if (!((/android/.test(ua)))) {
if((/iphone|ipad|ipod/.test(ua))){
window.location.href = 'https://www.footseen.xyz/mobile/index.html';
window.location.href = 'https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=other';
}else{
window.location.href = "https://www.footseen.xyz?go=footseen";
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
}
}
</script>
......
......@@ -25,9 +25,9 @@
var ua = window.navigator.userAgent.toLowerCase();
if (!((/android/.test(ua)))) {
if((/iphone|ipad|ipod/.test(ua))){
window.location.href = 'https://www.footseen.xyz/mobile/index.html';
window.location.href = 'https://www.footseen.xyz/mobile/index.html?go=footseen&pmt=other';
}else{
window.location.href = "https://www.footseen.xyz?go=footseen";
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
}
}
</script>
......
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