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
yaya2212
2017-03-13 11:25:06 +0800
Commit
a6d266c5f4560404b6b84c9b085a17e42b27bc64
1 parent
4ae12242
android 刷新组件集成----review 鹿亮亮
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
js/goodGoodsRecommend/components/list/List.js
js/goodGoodsRecommend/containers/ListContainer.js
js/goodGoodsRecommend/components/list/List.js
View file @
a6d266c
...
...
@@ -125,6 +125,7 @@ export default class List extends Component {
animating
=
{
true
}
/>
;
}
else
{
return
null
;
}
}}
...
...
js/goodGoodsRecommend/containers/ListContainer.js
View file @
a6d266c
...
...
@@ -67,6 +67,7 @@ class ListContainer extends Component {
InteractionManager
.
runAfterInteractions
(()
=>
{
this
.
props
.
actions
.
fetchBanner
();
this
.
props
.
actions
.
getProductList
(
true
);
});
}
...
...
Please
register
or
login
to post a comment