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
8 years ago
Commit
a17960ec68781d3ec9e1d72c170b4a1550c5aaa5
1 parent
51e548ec
增加首页数据首次记录和还原索引条红色。review by 剑秋。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
js/blk/components/brand/IndexListView.js
js/home/components/home/Home.js
js/blk/components/brand/IndexListView.js
View file @
a17960e
...
...
@@ -97,7 +97,7 @@ let styles = StyleSheet.create({
height
:
viewHeight
,
bottom
:
1
,
right
:
1
,
backgroundColor
:
'red
'
,
backgroundColor
:
'rgba(255,255,255,0.2)
'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
},
...
...
js/home/components/home/Home.js
View file @
a17960e
...
...
@@ -531,6 +531,8 @@ export default class Home extends Component {
enableEmptySections
=
{
true
}
enablePullToRefresh
=
{
true
}
isOnPullToRefresh
=
{
isPullToRefresh
}
initialListSize
=
{
30
}
pageSize
=
{
30
}
refreshControl
=
{
<
RefreshControl
refreshing
=
{
isPullToRefresh
}
...
...
Please
register
or
login
to post a comment