Authored by 张丽霞

数据不对,review by 孙凯

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