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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
a1d902d4664132c95b9317b4619e47e5cc16607b
2 parents
12b61e26
cbd5d334
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/product/recommend-for-you-product-desc.js
static/js/product/recommend-for-you-product-desc.js
View file @
a1d902d
...
...
@@ -43,6 +43,8 @@ function request() {
requesting
=
false
;
end
=
true
;
window
.
rePosFooter
();
}).
fail
(
function
()
{
$recommendForYou
.
hide
();
});
...
...
@@ -50,7 +52,7 @@ function request() {
}
function
scrollHandler
()
{
if
(
!
end
||
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
5
0
)
{
if
(
!
end
||
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
20
0
)
{
request
();
}
}
...
...
Please
register
or
login
to post a comment