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
e22241b3
authored
Feb 23, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
6b718cc1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
mobile/index.html
room/liveRoom.html
mobile/index.html
View file @
e22241b3
...
...
@@ -104,7 +104,6 @@
<div><a style="color: #FFABEE;" href="videoPage.html"><span class="txt2">影片</span></a><img class="click-img" src="images/click.png" alt="絲足"></div>
</div>
</div> -->
<div
style=
"height: 1.5rem;"
></div>
<ul
class=
"live-ul clearfix"
>
<!-- <li>
...
...
room/liveRoom.html
View file @
e22241b3
...
...
@@ -607,6 +607,9 @@ $(function () {
flowUrl
=
data
.
pullFlowUrl
$
(
".mc-material-face,.gurad-layer-face"
).
attr
(
"src"
,
"https://zhibocdn.yabolive.net/comm"
+
roomList
.
face
.
split
(
'?'
)[
0
]
+
"?x-oss-process=image/resize,w_40"
)
$
(
".mc-material-face,.gurad-layer-face"
).
unbind
(
"error"
).
on
(
"error"
,
function
(){
$
(
this
).
attr
(
"src"
,
"images/face.png"
)
})
var
html
=
[];
html
+=
'
<
span
class
=
"mc-name"
>
' + roomList.roomName + '
<
/span>'
;
if
(
roomList
.
isLike
==
0
)
html
+=
'
<
div
data
-
type
=
"'+roomList.uid+'"
class
=
"like-btn"
><
/div> '
;
...
...
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