Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
7fc7c33a1e12d4ca9b205b997f6d9d869e723386
1 parent
124c5ec3
loading limit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/guang/home.js
static/js/guang/home.js
View file @
7fc7c33
...
...
@@ -107,7 +107,7 @@ navHammer.on('tap', function(e) {
});
$
(
document
).
scroll
(
function
()
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
loadMoreH
)
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
loadMoreH
-
50
)
{
loadMore
(
$infos
.
not
(
'.hide'
),
state
[
curType
]);
}
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment