Commit bec45f94 by dawei

feat: 恢复

parent 2a815229
Showing with 4 additions and 4 deletions
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
<script> <script>
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
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{ // else{
// window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other"; // window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
// } // }
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
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{ }else{
window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other"; window.location.href = "https://www.footseen.xyz?go=footseen&pmt=other";
} }
......
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