Commit e8a57e0e by dabai

ios 下载修改

parent d9974886
......@@ -21,13 +21,14 @@
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Foot Seen</title>
<script type="text/javascript">
if(url_get_params2().icid.indexOf('lala51')>-1){
window.location.href = 'download51.html'+location.search;
} else if(url_get_params2().icid.indexOf('lala52')>-1){
window.location.href = 'download52.html'+location.search;
} else if(url_get_params2().icid.indexOf('lala53')>-1){
window.location.href = 'download53.html'+location.search;
if(url_get_params2().icid!=undefined){
if(url_get_params2().icid.indexOf('lala51')>-1){
window.location.href = 'download51.html'+location.search;
} else if(url_get_params2().icid.indexOf('lala52')>-1){
window.location.href = 'download52.html'+location.search;
} else if(url_get_params2().icid.indexOf('lala53')>-1){
window.location.href = 'download53.html'+location.search;
}
}
function url_get_params2() {
var url = location.href;
......@@ -79,17 +80,17 @@
<script type="text/javascript">
function url_get_params() {
var url = location.href;
var theRequest = new Object();
if(url.indexOf("?") != -1) {
var str = url.substr(url.indexOf("?") + 1);
strs = str.split("&");
for(var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
}
var url = location.href;
var theRequest = new Object();
if(url.indexOf("?") != -1) {
var str = url.substr(url.indexOf("?") + 1);
strs = str.split("&");
for(var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
}
return theRequest;
}
return theRequest;
}
if( url_get_params().icid!=undefined){
var params = url_get_params().icid.replace(/(^\s*)|(\s*$)/g, "");
......@@ -191,4 +192,5 @@
return m < 10 ? '0' + m + "" : m + ""
}
</script>
</html>
......@@ -177,4 +177,5 @@
return m < 10 ? '0' + m + "" : m + ""
}
</script>
</html>
......@@ -177,4 +177,5 @@
return m < 10 ? '0' + m + "" : m + ""
}
</script>
</html>
......@@ -177,4 +177,5 @@
return m < 10 ? '0' + m + "" : m + ""
}
</script>
</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