Commit e9bc8e10 by libai

测试

parent 58201e65
Showing with 4 additions and 4 deletions
...@@ -111,8 +111,8 @@ try { ...@@ -111,8 +111,8 @@ try {
window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag='; window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
} }
else{ else{
if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="https://www.footseen.xyz/mobile/index.html?pmt="+sessionStorage.pmt if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="/mobile/index.html?pmt="+sessionStorage.pmt
else window.location.href="https://www.footseen.xyz/mobile/index.html" else window.location.href="/mobile/index.html"
} }
} else if (/android/.test(ua)) { } else if (/android/.test(ua)) {
...@@ -122,8 +122,8 @@ try { ...@@ -122,8 +122,8 @@ try {
window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag='; window.location.href='https://www.footseen.xyz/mobile/Graphics.html?topicId='+sessionStorage.topicId+'&tag=';
} }
else{ else{
if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="https://www.footseen.xyz/mobile/index.html?pmt="+sessionStorage.pmt if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!='undefined') window.location.href="/mobile/index.html?pmt="+sessionStorage.pmt
else window.location.href="https://www.footseen.xyz/mobile/index.html" else window.location.href="/mobile/index.html"
} }
} }
} }
......
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