Authored by 张丽霞

数据不对,review by 孙凯

@@ -32,7 +32,7 @@ export default class RecForYouIconTitleNumbCell extends Component { @@ -32,7 +32,7 @@ export default class RecForYouIconTitleNumbCell extends Component {
32 32
33 return ( 33 return (
34 <TouchableOpacity activeOpacity={0.5} onPress={() => { 34 <TouchableOpacity activeOpacity={0.5} onPress={() => {
35 - this.props.onPressShop && this.props.onPressShop(rowData.toJS()); 35 + this.props.onPressShop && this.props.onPressShop(dataSource.toJS());
36 }}> 36 }}>
37 <View style={styles.rowContainer}> 37 <View style={styles.rowContainer}>
38 <Image 38 <Image