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
303a34ab
authored
Jun 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
63eb5f1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yazhaiTest/room/videoRoom.html
yazhaiTest/room/videoRoom.html
View file @
303a34ab
...
...
@@ -195,7 +195,7 @@ $(function(){
if
(
data
.
isLikeRoom
==
0
)
html
+=
'
<
div
data
-
type
=
"'+data.uid+'"
class
=
"video-like-btn"
>
追蹤
<
/div>'
;
else
html
+=
'
<
div
data
-
type
=
"'+data.uid+'"
class
=
"video-like-btn video-like-btn-yes"
>
已追蹤
<
/div>'
;
$
(
".video-face-box"
).
html
(
html
);
$
(
".video-time-box"
).
html
(
'
<
span
>
'+data.visit+'
次观看
<
/span><span>'+timeGet
(
data.updateTime
)[
0
]
+'年'+timeGet
(
data.updateTime
)[
1
]
+'月'+timeGet
(
data.updateTime
)[
2
]
+'日</
span
>
')
$
(
".video-time-box"
).
html
(
'
<
span
>
'+data.visit
*18
+'
次观看
<
/span><span>'+timeGet
(
data.updateTime
)[
0
]
+'年'+timeGet
(
data.updateTime
)[
1
]
+'月'+timeGet
(
data.updateTime
)[
2
]
+'日</
span
>
')
$(".video-input-btn").unbind("click").on("click",function(){
if(localStorage.uid==undefined){
loginLayer()
...
...
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