Authored by chenl

修改新品到着 列表回收。review by yuliang。

... ... @@ -349,7 +349,6 @@ export default class NewArrival extends Component {
renderRow={this._renderRow}
enableEmptySections={true}
renderSectionHeader={this._renderSectionHeader}
removeClippedSubviews={false}
renderFooter={()=>{
if (endReached) {
return <View style={styles.placeholder} />;
... ...