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
e0b6993b
authored
Oct 20, 2020
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请分享
parent
0c2fdc4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
js/langAndorid.js
js/langIos.js
test.html
js/langAndorid.js
View file @
e0b6993b
...
...
@@ -127,7 +127,6 @@ $(function(){
function
lang
(){
$
(
'.main'
).
removeClass
(
'L_Ar'
);
$
(
'.code span'
).
html
(
langList
[
langType
].
foot13
+
getRequest
().
agentCode
);
if
(
sessionStorage
.
lang
==
1
){
langType
=
1
;
}
else
if
(
sessionStorage
.
lang
==
2
){
...
...
@@ -136,6 +135,7 @@ function lang(){
langType
=
2
;
$
(
'.main'
).
addClass
(
'L_Ar'
);
}
$
(
'.code span'
).
html
(
langList
[
langType
].
foot13
+
getRequest
().
agentCode
);
$
(
'.swiper-container'
).
removeClass
(
'hide'
);
var
str
=
''
;
str
+=
'<div class="swiper-wrapper">'
;
...
...
js/langIos.js
View file @
e0b6993b
...
...
@@ -82,7 +82,6 @@ if(sessionStorage.lang == undefined || sessionStorage.lang == 'undefined'){
$
(
function
(){
lang
();
$
(
'.code span'
).
html
(
langList
[
langType
].
foot13
+
getRequest
().
agentCode
);
$
(
'.langTitle'
).
on
(
'click'
,
function
(
e
){
$
(
'.langList'
).
show
();
$
(
'.langTitle img'
).
attr
(
'src'
,
'https://footseen.com/img/up2.png'
);
...
...
@@ -113,6 +112,7 @@ function lang(){
}
else
if
(
sessionStorage
.
lang
==
7
){
langType
=
2
;
}
$
(
'.code span'
).
html
(
langList
[
langType
].
foot13
+
getRequest
().
agentCode
);
$
(
'.swiper-container'
).
removeClass
(
'hide'
);
var
str
=
''
;
str
+=
'<div class="swiper-wrapper">'
;
...
...
test.html
View file @
e0b6993b
...
...
@@ -135,7 +135,7 @@
</body>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://www.footseen.com/js/swiper.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://www.footseen.com/js/langAndorid.js?v=2020102016
36
"
></script>
<script
type=
"text/javascript"
src=
"https://www.footseen.com/js/langAndorid.js?v=2020102016
43
"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
...
...
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