Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment