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
孙凯
2016-11-07 14:34:27 +0800
Commit
539811adb0f9daeadc680d3277a889976a0aa4d9
1 parent
b397310d
修改 热门显示不全的bug review by 红魔
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
js/brandStore/components/brandStore/brandStoreSubView/Cells/Recommend.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/Recommend.js
View file @
539811a
...
...
@@ -75,6 +75,7 @@ export default class Recommend extends React.Component {
renderRow
=
{
this
.
renderRow
}
renderHeader
=
{
this
.
renderHeader
}
enableEmptySections
=
{
true
}
pageSize
=
{
Math
.
ceil
(
data
.
length
/
4
)}
scrollEnabled
=
{
false
}
scrollsToTop
=
{
false
}
/
>
...
...
Please
register
or
login
to post a comment