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
Plain Diff
Browse Files
Authored by
ccbikai
2015-10-30 21:39:06 +0800
Commit
5d08e1c4b37dde811ad8eca6d214cfc209a8597b
2 parents
bd18d547
143eb16e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
framework
static/js/home/home.js
static/js/home/maybe-like.js
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
static/sass/home/_home-header.scss
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/js/home/home.js
View file @
5d08e1c
...
...
@@ -43,6 +43,7 @@ navHammer.on('tap', function(event) {
width
:
'100%'
,
overflow
:
'hidden'
});
event
.
srcEvent
.
stopPropagation
();
});
...
...
static/js/home/maybe-like.js
View file @
5d08e1c
...
...
@@ -61,7 +61,7 @@ $('#maybe-like-nav').delegate('li', 'tap', function() {
//srcoll to load more
$
(
window
).
scroll
(
function
()
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
loadMoreH
)
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
loadMoreH
-
50
)
{
if
(
loading
)
{
return
;
}
...
...
static/js/product/newsale/discount.js
View file @
5d08e1c
...
...
@@ -345,7 +345,7 @@ $(window).scroll(function() {
//当scroll到1/4$goodsContainer高度后继续请求下一页数据
if
(
$
(
window
).
scrollTop
()
+
winH
>
$
(
document
).
height
()
-
0.25
*
$goodsContainer
.
height
())
{
$
(
document
).
height
()
-
0.25
*
$goodsContainer
.
height
()
-
50
)
{
if
(
$pre
!==
undefined
)
{
search
();
}
...
...
static/js/product/newsale/newarrival.js
View file @
5d08e1c
...
...
@@ -356,7 +356,7 @@ $(window).scroll(function() {
//当scroll到1/4$goodsContainer高度后继续请求下一页数据
if
(
$
(
window
).
scrollTop
()
+
winH
>
$
(
document
).
height
()
-
0.25
*
$goodsContainer
.
height
())
{
$
(
document
).
height
()
-
0.25
*
$goodsContainer
.
height
()
-
50
)
{
if
(
$pre
!==
undefined
)
{
search
();
}
...
...
static/sass/home/_home-header.scss
View file @
5d08e1c
...
...
@@ -33,7 +33,6 @@
line-height
:
90rem
/
$pxConvertRem
;
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
position
:
relative
;
z-index
:
100
;
.iconfont
{
color
:
#fff
;
}
...
...
Please
register
or
login
to post a comment