Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
whb
2016-01-07 16:46:15 +0800
Commit
f90d9cb5727120df894c0e4767403621a5b4ec85
1 parent
d71f8ed2
index, css 更新
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
web-static/dist/yohobuy/0.0.1/index-debug.js
web-static/dist/yohobuy/0.0.1/index.css
web-static/dist/yohobuy/0.0.1/index.js
web-static/dist/yohobuy/0.0.1/index-debug.js
View file @
f90d9cb
...
...
@@ -3747,7 +3747,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
;
...
...
web-static/dist/yohobuy/0.0.1/index.css
View file @
f90d9cb
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/0.0.1/index.js
View file @
f90d9cb
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment