Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
988ad3ca
authored
a year ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
07c2258e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
mobile/download/downApp.html
mobile/download/images/downapp-en.png
mobile/download/downApp.html
View file @
988ad3ca
...
@@ -31,6 +31,10 @@
...
@@ -31,6 +31,10 @@
background-size
:
100%
100%
;
background-size
:
100%
100%
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
.downapp-en
{
background
:
url(images/downapp-en.png)
no-repeat
;
background-size
:
100%
100%
;
}
#room-qrcode
{
#room-qrcode
{
display
:
block
;
display
:
block
;
position
:
absolute
;
position
:
absolute
;
...
@@ -52,13 +56,16 @@
...
@@ -52,13 +56,16 @@
<script
src=
"../../lib/qrcode.min.js"
></script>
<script
src=
"../../lib/qrcode.min.js"
></script>
<script>
<script>
$
(
function
(){
$
(
function
(){
if
(
sessionStorage
.
lang
==
1
){
$
(
".downapp"
).
addClass
(
"downapp-en"
)
}
if
(
sessionStorage
.
pmt
!=
undefined
&&
sessionStorage
.
pmt
!=
'undefined'
){
if
(
sessionStorage
.
pmt
!=
undefined
&&
sessionStorage
.
pmt
!=
'undefined'
){
var
html
=
[];
var
html
=
[];
html
+=
'
<
p
id
=
"room-qrcode"
><
/p>
'
html
+=
'
<
p
id
=
"room-qrcode"
><
/p>
'
$
(
".downapp"
).
html
(
html
);
$
(
".downapp"
).
html
(
html
);
new
QRCode
(
document
.
getElementById
(
"room-qrcode"
),
sessionStorage
.
pmt
);
new
QRCode
(
document
.
getElementById
(
"room-qrcode"
),
sessionStorage
.
pmt
);
}
}
})
})
</script>
</script>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mobile/download/images/downapp-en.png
0 → 100644
View file @
988ad3ca
67.9 KB
This diff is collapsed.
Click to expand it.
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