Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
d83035fe1e2b29dec5eb1e2da6ea79631c86558d
1 parent
c183ff81
fixes bugs to fav load pages error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/me/fav.js
static/js/me/fav.js
View file @
d83035f
...
...
@@ -92,6 +92,10 @@ function loadData($parent, url, page) {
}
else
if
(
data
===
'end'
)
{
$parent
.
closest
(
'.fav-type'
).
find
(
'.fav-load-background'
)
.
removeClass
(
'fav-load-background'
).
html
(
'没有更多了'
);
// hf: fixes bug to 修改没有数据还调接口,加载错误页面问题
brandLockId
=
true
;
lockId
=
true
;
}
else
if
(
data
.
length
>
10
)
{
$parent
.
append
(
data
);
$parent
.
closest
(
'.fav-type'
).
find
(
'.fav-content-loading'
).
remove
();
...
...
Please
register
or
login
to post a comment