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
Plain Diff
Browse Files
Authored by
毕凯
2017-06-02 12:17:30 +0800
Commit
ef0f6b73d2471dae3dd54571070ed55ac7401783
2 parents
4b7ef1fb
3ffe74a7
Merge branch 'hotfix/baseAct' into 'feature/cs-quit-queue'
数据重复 See merge request
!621
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 @
ef0f6b7
...
...
@@ -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