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
c9e63e2b
authored
Nov 24, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8277066a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
mTest/lib/default.js
mTest/room/images/img_v2_06ab814f-5b55-432a-8ce7-0d2b07af1d3g_r1_c1.png
mTest/room/images/img_v2_3cf69e91-6dfd-4a72-87f4-ff4df61169bg.png
mTest/room/images/img_v2_83e24a32-5591-4965-a4bf-c4309c69606g_r1_c1.png
mTest/room/liveRoom.html
mTest/lib/default.js
View file @
c9e63e2b
...
@@ -78,7 +78,6 @@ var mySound=data.sound;
...
@@ -78,7 +78,6 @@ var mySound=data.sound;
success
:
function
(
res
)
{
success
:
function
(
res
)
{
var
result
=
JSON
.
parse
(
res
);
var
result
=
JSON
.
parse
(
res
);
localStorage
.
canvasCode
=
window
.
navigator
.
userAgent
.
toLowerCase
()
+
'ip:'
+
result
.
ip
;
localStorage
.
canvasCode
=
window
.
navigator
.
userAgent
.
toLowerCase
()
+
'ip:'
+
result
.
ip
;
alert
(
localStorage
.
canvasCode
)
// if (result.code === 1) {
// if (result.code === 1) {
// if (result.checkResult) {
// if (result.checkResult) {
// window.location.hash = "no-back";
// window.location.hash = "no-back";
...
...
mTest/room/images/img_v2_06ab814f-5b55-432a-8ce7-0d2b07af1d3g_r1_c1.png
0 → 100644
View file @
c9e63e2b
91.5 KB
mTest/room/images/img_v2_3cf69e91-6dfd-4a72-87f4-ff4df61169bg.png
0 → 100644
View file @
c9e63e2b
11.8 KB
mTest/room/images/img_v2_83e24a32-5591-4965-a4bf-c4309c69606g_r1_c1.png
0 → 100644
View file @
c9e63e2b
11.7 KB
mTest/room/liveRoom.html
View file @
c9e63e2b
...
@@ -697,9 +697,12 @@ $(function(){
...
@@ -697,9 +697,12 @@ $(function(){
$(".room-content-loading").show()
$(".room-content-loading").show()
$(".loading-face").show().attr("src","https://zhibocdn.yabolive.net/comm"+data.room.face.split('
?
')[0]+"?x-oss-process=image/resize,w_350")
$(".loading-face").show().attr("src","https://zhibocdn.yabolive.net/comm"+data.room.face.split('
?
')[0]+"?x-oss-process=image/resize,w_350")
var loadNum=1
var loadNum=1
sessionStorage.type!=pwa
if(sessionStorage.type!='
pwa
'){
if(sessionStorage.lookNum==undefined)sessionStorage.lookNum=1;
if(sessionStorage.lookNum==undefined)sessionStorage.lookNum=1;
else sessionStorage.lookNum=sessionStorage.lookNum+1;
else sessionStorage.lookNum=sessionStorage.lookNum+1;
}
loadT=setInterval(function(){
loadT=setInterval(function(){
$(".loading-icon").attr("src","images/loading/loading ("+loadNum+").png")
$(".loading-icon").attr("src","images/loading/loading ("+loadNum+").png")
loadNum++
loadNum++
...
@@ -1479,8 +1482,8 @@ $(function(){
...
@@ -1479,8 +1482,8 @@ $(function(){
if
(
list
.
currency
==
5
)
continue
;
if
(
list
.
currency
==
5
)
continue
;
if
(
list
.
currency
==
6
)
continue
;
if
(
list
.
currency
==
6
)
continue
;
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
if(list.subimg!=undefined)html+='
<
img
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_
18
"
>
'
if(list.subimg!=undefined)html+='
<
img
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_
30
"
>
'
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
52
"
alt
=
""
>
';
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
100
"
alt
=
""
>
';
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
/li>'
;
html
+=
'
<
/li>'
;
...
@@ -1492,8 +1495,8 @@ $(function(){
...
@@ -1492,8 +1495,8 @@ $(function(){
var
list
=
data
.
data
[
i
]
var
list
=
data
.
data
[
i
]
if
(
list
.
category
!=
1001
)
continue
;
if
(
list
.
category
!=
1001
)
continue
;
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
if(list.subimg!=undefined)html+='
<
img
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_18
"
>
'
if(list.subimg!=undefined)html+='
<
img
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_30
"
>
'
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
52
"
alt
=
""
>
';
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
100
"
alt
=
""
>
';
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
/li>'
;
html
+=
'
<
/li>'
;
...
@@ -1507,8 +1510,8 @@ $(function(){
...
@@ -1507,8 +1510,8 @@ $(function(){
if
(
list
.
currency
!=
5
)
continue
;
if
(
list
.
currency
!=
5
)
continue
;
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
if(list.subimg!=undefined)html+='
<
img
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_18
"
>
'
if(list.subimg!=undefined)html+='
<
img
style
=
"width:0.6rem"
class
=
"subimg"
src
=
"https://zhibocdn.yabolive.net/comm'+list.subimg+'?x-oss-process=image/resize,h_30
"
>
'
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
52
"
alt
=
""
>
';
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + list.resource + '?x-oss-process=image/resize,w_
100
"
alt
=
""
>
';
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/dew.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
p
class
=
"gift-p2"
><
img
src
=
"images/dew.png"
alt
=
""
>
'+list.price+'
<
/p>'
;
html
+=
'
<
/li>'
;
html
+=
'
<
/li>'
;
...
@@ -1538,7 +1541,7 @@ $(function(){
...
@@ -1538,7 +1541,7 @@ $(function(){
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
){
var
list
=
data
.
data
[
i
]
var
list
=
data
.
data
[
i
]
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
html
+=
'
<
li
data
-
type
=
"'+list.gid+'"
>
';
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm'+list.resource+'?x-oss-process=image/resize,w_
52
"
alt
=
""
>
';
html+='
<
img
src
=
"https://zhibocdn.yabolive.net/comm'+list.resource+'?x-oss-process=image/resize,w_
100
"
alt
=
""
>
';
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html+='
<
p
class
=
"gift-p1"
>
'+list.name+'
<
/p>'
;
html
+=
'
<
p
style
=
"color:#fff"
class
=
"gift-p2"
>
x
<
span
>
'+list.total+'
<
/span></
p
>
';
html
+=
'
<
p
style
=
"color:#fff"
class
=
"gift-p2"
>
x
<
span
>
'+list.total+'
<
/span></
p
>
';
html+='
<
/li>'
;
html+='
<
/li>'
;
...
...
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