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
fce2bf55
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0c771e14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
yazhaiTest/pc.html
yazhaiTest/room/liveRoom.html
yazhaiTest/search/index.html
yazhaiTest/pc.html
View file @
fce2bf55
...
...
@@ -670,7 +670,7 @@ $(function(){
tagNum
=
_self
.
attr
(
"data-type"
)
}
$
(
".mc-list-box"
).
hide
()
//
$(".mc-list-box").hide()
pageNumber
=
1
getTopics
(
1
,
typeNum
,
tagNum
,
timeNum
,
sortNum
,
dayNum
)
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/room/liveRoom.html
View file @
fce2bf55
...
...
@@ -1675,7 +1675,11 @@ $(function () {
$
(
".photo-name-like"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
)
if
(
localStorage
.
uid
==
undefined
){
loginLayer
()
layer
.
closeAll
()
setTimeout
(
function
()
{
loginLayer
()
},
200
);
}
$
.
ajax
({
url
:
$ip
+
'room/likeOpt'
,
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/search/index.html
View file @
fce2bf55
...
...
@@ -132,7 +132,7 @@ $(function(){
if
(
noVideo
==
true
&&
noUser
==
true
){
$
(
".like-no-box p"
).
text
(
'找到'
+
searchData
+
'相關內容 0 個,相關用戶 0 人'
)
$
(
".like-no-box"
).
show
()
return
;
//
return;
}
}
$
(
".search-top-box div"
).
on
(
"click"
,
function
(){
...
...
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