Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e8a57e0e
authored
Dec 03, 2020
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios 下载修改
parent
d9974886
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
16 deletions
download.html
download51.html
download52.html
download53.html
download.html
View file @
e8a57e0e
...
...
@@ -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>
download51.html
View file @
e8a57e0e
...
...
@@ -177,4 +177,5 @@
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
</script>
</html>
download52.html
View file @
e8a57e0e
...
...
@@ -177,4 +177,5 @@
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
</script>
</html>
download53.html
View file @
e8a57e0e
...
...
@@ -177,4 +177,5 @@
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
</script>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment