Authored by yaya2212

android 刷新组件集成----review 鹿亮亮

... ... @@ -125,6 +125,7 @@ export default class List extends Component {
animating={true}
/>;
} else {
return null;
}
}}
... ...
... ... @@ -67,6 +67,7 @@ class ListContainer extends Component {
InteractionManager.runAfterInteractions(() => {
this.props.actions.fetchBanner();
this.props.actions.getProductList(true);
});
}
... ...