Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
weiqingting
9 years ago
Commit
c08009b3510393c9d0062efd4d78632e44529492
1 parent
790a909d
提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/common/new-arrivls.js
web-static/js/common/new-arrivls.js
View file @
c08009b
...
...
@@ -83,7 +83,7 @@ InfiniteLoad.prototype.stop = function() {
InfiniteLoad
.
prototype
.
__directionCalculation
=
function
()
{
var
p
=
this
.
options
;
if
(
p
.
offset
.
height
&&
p
.
offset
.
height
()
>
0
&&
$
(
window
).
scrollTop
()
+
window
.
innerHeight
>=
p
.
offset
.
height
())
{
if
(
p
.
offset
.
height
&&
p
.
offset
.
height
()
>
0
&&
$
(
window
).
scrollTop
()
+
$
(
window
).
height
()
>=
p
.
offset
.
height
())
{
return
true
;
}
return
false
;
...
...
Please
register
or
login
to post a comment