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
ecfdc848
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0b2c4b69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
mTest/room/liveRoom.html
mTest/room/liveRoom.html
View file @
ecfdc848
...
...
@@ -70,7 +70,7 @@
<img
class=
"guard-tips"
src=
"images/guard-tips.png"
alt=
""
>
</div>
<div
class=
"layer-space-box"
>
<img
class=
"layer-space-face"
src=
"https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_150"
alt=
""
>
<
!-- <
img class="layer-space-face" src="https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_150" alt="">
<div class="layer-userCard">
<div class="layer-space">
<p class="layer-space-p1">主播暱稱預留</p>
...
...
@@ -114,7 +114,7 @@
</ul>
</div>
</div>
</div>
</div>
-->
</div>
<div
class=
"room-bg"
>
...
...
@@ -1108,6 +1108,7 @@ $(function(){
}
if
(
data
.
code
!=
1
){
$
(
".rich-list-top-text1 span"
).
html
(
'
<
span
><
img
src
=
"images/fire.png"
>--<
/span>'
)
$
(
".rich-list-top-text2 span"
).
span
(
'--'
)
return
;
}
$
(
".rich-list-top-text1 span"
).
html
(
'
<
span
><
img
src
=
"images/fire.png"
>
'+data.myscore+'
<
/span>'
)
...
...
@@ -1656,14 +1657,14 @@ $(function(){
//点亮直播间
if
(
list
.
content
.
type
==
3
){
var
html
=
[];
html
+=
'
<
div
class
=
"system-msg"
>
'+list.content.nickname+'
點亮了直播間,熱門指數
+
1
<
/div>
'
html
+=
'
<
div
class
=
"system-msg"
>
<
span
data
-
type
=
'+list.content.uid+'
class
=
"user-msg-name"
>
'+list.content.nickname+'
<
/span>
點亮了直播間,熱門指數+1</
div
>
'
$(".user-msg-big").prepend(html);
}
//追踪
if(list.content.type==4){
var html=[];
html
+=
'
<
div
class
=
"system-msg"
>
'+list.content.nickname+'
關注主播不迷路
<
/div>
'
html+='
<
div
class
=
"system-msg"
>
<
span
data
-
type
=
'+list.content.uid+'
class
=
"user-msg-name"
>
'+list.content.nickname+'
<
/span>
關注主播不迷路</
div
>
'
$(".user-msg-big").prepend(html);
}
//送礼信息
...
...
@@ -1743,6 +1744,9 @@ $(function(){
$
(
".user-msg-name,.user-name"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
)
if
(
_self
.
attr
(
"data-type"
)
<
0
){
return
;
}
cardUp
(
_self
.
attr
(
"data-type"
))
})
};
...
...
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