Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-06-02 12:15:18 +0800
Commit
3ffe74a737885295567e90e6b2e83fd541be6173
1 parent
2d410672
数据重复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/user-recommend/controller.js
public/js/activity/user-recommend/controller.js
View file @
3ffe74a
...
...
@@ -22,7 +22,7 @@ class ActController extends Controller {
lazyLoad
(
$
(
'img.lazy'
));
this
.
more
=
new
GetMore
();
this
.
more
.
on
(
'more'
,
this
.
doMore
.
bind
(
this
));
this
.
page
=
1
;
this
.
page
=
5
;
this
.
loading
=
false
;
global
.
jQuery
=
$
;
}
...
...
Please
register
or
login
to post a comment