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-08-17 15:43:13 +0800
Commit
d8f0c776097c36ac48f49abd17bfe5b6b1a8edfb
1 parent
d055c33c
优化首页加载 review by 盖剑秋
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/community/components/home/Home.js
js/community/components/home/Home.js
View file @
d8f0c77
...
...
@@ -257,7 +257,7 @@ export default class Home extends React.Component {
case
'recommendation'
:
if
(
this
.
props
.
recommendation
.
size
==
0
)
{
if
(
this
.
props
.
isLoadingMore
&&
this
.
props
.
isFetching
)
{
return
null
;
}
else
{
return
null
;
}
...
...
Please
register
or
login
to post a comment