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
140cf965
authored
Jun 01, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
310c806d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
room/images/roomDown-en.png
room/lib/roomLang.js
room/liveRoom.html
room/images/roomDown-en.png
0 → 100644
View file @
140cf965
9.49 KB
room/lib/roomLang.js
View file @
140cf965
...
...
@@ -133,6 +133,7 @@ var langList=[
roomSrc2
:
'images/task2-en.png'
,
roomSrc3
:
'images/task3-en.png'
,
roomSrc4
:
'images/mc-out-en.png'
,
roomSrc5
:
'images/roomDown-en.png'
,
},
{
room1
:
'主播資料'
,
...
...
@@ -266,5 +267,6 @@ var langList=[
roomSrc2
:
'images/task2.png'
,
roomSrc3
:
'images/task3.png'
,
roomSrc4
:
'images/mc-out.png'
,
roomSrc5
:
'images/roomDown.png'
,
}
]
room/liveRoom.html
View file @
140cf965
...
...
@@ -572,7 +572,7 @@
<script
src=
"../lib/keywords.js"
></script>
<script
src=
"../lib/swiper.min.js"
></script>
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"../lib/default.js?v=20230
53
101"
></script>
<script
src=
"../lib/default.js?v=20230
60
101"
></script>
<script
src=
"../lib/qrcode.min.js"
></script>
<script
src=
"../lib/login.js?v=2023033101"
></script>
<script
src=
"lib/roomLang.js"
></script>
...
...
@@ -1474,8 +1474,8 @@ $(function () {
var
list
=
data
.
dataList
.
activitys
[
i
]
html
+=
'
<
div
class
=
"swiper-slide"
><
img
data
-
type
=
"'+list.url+'"
data
-
type2
=
"'+list.urlType+'"
class
=
"act-btn"
src
=
"https://zhibocdn.yabolive.net/comm'+list.webIcon+'?x-oss-process=image/resize,w_174"
alt
=
""
><
/div>'
;
}
if
(
sessionStorage
.
pmt
==
undefined
||
sessionStorage
.
pmt
==
'undefined'
)
html
+=
'
<
div
class
=
"swiper-slide"
><
img
data
-
type
=
"https://www.footseen.xyz/mobile/download/downApp.html?v=2022091601"
data
-
type2
=
"3"
class
=
"act-btn"
src
=
"
images/roomDown.png
"
alt
=
""
><
/div>'
;
else
html
+=
'
<
div
class
=
"swiper-slide"
><
img
data
-
type
=
"https://www.footseen.xyz/mobile/download/downApp.html?v=2022101101"
data
-
type2
=
"3"
class
=
"act-btn"
src
=
"
images/roomDown.png
"
alt
=
""
><
p
id
=
"room-qrcode"
><
/p><img class="footseen-icon" src="../im
ages
/
footseen
-
icon
.
png
"
><
/div>
'
if
(
sessionStorage
.
pmt
==
undefined
||
sessionStorage
.
pmt
==
'undefined'
)
html
+=
'
<
div
class
=
"swiper-slide"
><
img
data
-
type
=
"https://www.footseen.xyz/mobile/download/downApp.html?v=2022091601"
data
-
type2
=
"3"
class
=
"act-btn"
src
=
"
'+langList[sessionStorage.lang].roomSrc5+'
"
alt
=
""
><
/div>'
;
else
html
+=
'
<
div
class
=
"swiper-slide"
><
img
data
-
type
=
"https://www.footseen.xyz/mobile/download/downApp.html?v=2022101101"
data
-
type2
=
"3"
class
=
"act-btn"
src
=
"
'+langList[sessionStorage.lang].roomSrc5+'
"
alt
=
""
><
p
id
=
"room-qrcode"
><
/p><img class="footseen-icon" src="../im
ages
/
footseen
-
icon
.
png
"
><
/div>
'
$
(
".swiper-wrapper"
).
html
(
html
);
if
(
sessionStorage
.
pmt
!=
undefined
&&
sessionStorage
.
pmt
!=
'undefined'
)
new
QRCode
(
document
.
getElementById
(
"room-qrcode"
),
sessionStorage
.
pmt
+
'&from=pc'
);
if
(
data
.
dataList
.
activitys
.
length
>
0
){
...
...
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