Authored by chenl

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

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