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
baoss
2019-03-14 13:54:09 +0800
Commit
261029b9b3cf351d01805cdd5b37b573e5c55bc0
1 parent
c96144bc
修复首页首次下拉数据加载重复问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/activity/group.page.js
public/js/activity/group.page.js
View file @
261029b
...
...
@@ -29,9 +29,9 @@ class Group extends Page {
this
.
navInfo
=
{
new
:
{
order
:
's_t_desc'
,
reload
:
tru
e
,
// 是否重新加载
reload
:
fals
e
,
// 是否重新加载
isScrollLoad
:
false
,
// 是否是滚动加载
page
:
0
,
page
:
1
,
end
:
false
// 是否继续请求数据
},
popularity
:
{
...
...
Please
register
or
login
to post a comment