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
梁志锋
9 years ago
Commit
9de213cf0d424fea434302534b20eaf264e30419
2 parents
21b733d6
cbe96305
update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
static/js/home/home.js
static/js/home/maybe-like.js
static/js/home/home.js
View file @
9de213c
...
...
@@ -61,7 +61,12 @@ navHammer.on('tap', function(event) {
overflow
:
'hidden'
});
}
<<<<<<<
HEAD
event
.
srcEvent
.
stopPropagation
();
=======
// event.stopPropagation();
>>>>>>>
cbe96305668d79dee3cd5fb854d96098141e0f65
});
//点击页面主体,收起侧栏导航及二级导航
...
...
static/js/home/maybe-like.js
View file @
9de213c
...
...
@@ -105,7 +105,7 @@ $(window).scroll(function () {
//lazyLoad
lazyLoad
(
$goodList
.
children
(
'.good-info:gt('
+
(
num
-
1
)
+
')'
).
find
(
'img.lazy'
));
loading
=
false
;
page
++
;
},
...
...
Please
register
or
login
to post a comment