Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
chenl
2017-03-09 17:25:44 +0800
Commit
658a91b8036a6d466bcec1c19bcb8249216360d4
1 parent
e2009230
修改你可能喜欢初始数据为50条记录。review by caomei。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/vip/reducers/yearActivity/yearActivityInitialState.js
js/vip/reducers/yearActivity/yearActivityInitialState.js
View file @
658a91b
...
...
@@ -9,7 +9,7 @@ let InitialState = Record({
endReached
:
false
,
similarIndex
:
-
1
,
total
:
0
,
pageSize
:
12
,
pageSize
:
50
,
pageCount
:
0
,
});
...
...
Please
register
or
login
to post a comment