Authored by lixia.zhang

商品曝光,review by 枪兵

@@ -67,6 +67,7 @@ export default class GoodsCell extends React.Component { @@ -67,6 +67,7 @@ export default class GoodsCell extends React.Component {
67 return( 67 return(
68 <View style={{width: backgroundWidth, height:backgroundHeight, backgroundColor:'white',marginTop: 10,}}> 68 <View style={{width: backgroundWidth, height:backgroundHeight, backgroundColor:'white',marginTop: 10,}}>
69 <ListView 69 <ListView
  70 + yh_viewVisible = {true}//自动曝光开关
70 contentContainerStyle={styles.contentContainer} 71 contentContainerStyle={styles.contentContainer}
71 initialListSize={Math.ceil(list.size)} 72 initialListSize={Math.ceil(list.size)}
72 dataSource={this.dataSource.cloneWithRows(list.toArray())} 73 dataSource={this.dataSource.cloneWithRows(list.toArray())}