Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Rock Zhang
2015-11-12 15:44:14 +0800
Commit
9750862435ca208a4252dbf3dc47c7ffe8bb163d
2 parents
0fd595f4
b8089382
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
static/js/home/maybe-like.js
static/js/index/footer.js
static/sass/_good.scss
static/js/home/maybe-like.js
View file @
9750862
...
...
@@ -139,7 +139,7 @@ $('.maybe-like p').on('touchstart', function (e) {
//srcoll to load more
$
(
window
).
scroll
(
function
()
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
())
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
50
)
{
search
();
}
});
\ No newline at end of file
...
...
static/js/index/footer.js
View file @
9750862
...
...
@@ -41,7 +41,7 @@ if ($('#float-layer-btn') && $('#float-layer-btn')[0]) {
e
.
srcEvent
.
stopPropagation
();
});
if
(
!
window
.
cookie
(
'_float-layer-app'
))
{
if
(
typeof
window
.
cookie
===
'function'
&&
!
window
.
cookie
(
'_float-layer-app'
))
{
$
(
'#float-layer-app'
).
show
();
}
else
{
$
(
'#float-layer-app'
).
hide
();
...
...
static/sass/_good.scss
View file @
9750862
...
...
@@ -77,7 +77,7 @@
img
{
display
:
block
;
width
:
100%
;
max-
height
:
368rem
/
$pxConvertRem
;
height
:
368rem
/
$pxConvertRem
;
}
.few-tag
{
...
...
Please
register
or
login
to post a comment