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
Plain Diff
Browse Files
Authored by
张丽霞
2017-02-09 10:38:57 +0800
Commit
dd3fd4ff07bddcabce7959bbf5c36814a3b2768e
2 parents
232b588b
9a95e3a8
Merge branch '5.4' of
http://git.yoho.cn/mobile/YH_RNComponent
into 5.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
js/guang/components/detail/Detail.js
js/guang/components/detail/Detail.js
View file @
dd3fd4f
...
...
@@ -163,10 +163,9 @@ export default class Detail extends Component {
dataSource
=
{
this
.
dataSource
.
cloneWithRowsAndSections
(
dataSource
)}
renderRow
=
{
this
.
renderRow
}
renderHeader
=
{
this
.
renderHeader
}
/>:null
}
<
LoadingIndicator
/>:<LoadingIndicato
r
isVisible
=
{
isFetching
}
/
>
/>
}
<
/View
>
);
}
...
...
Please
register
or
login
to post a comment