Authored by 孙凯

接点击事件 review by hongmo

... ... @@ -126,7 +126,7 @@ export default class GoodsCell extends React.Component {
/> : null}
</View>
<TouchableOpacity activeOpacity={0.5} onPress={() => {
this.props.onPressProduct && this.props.onPressProduct(obj);
this.props.onPressProduct && this.props.onPressProduct(Immutable.fromJS(obj));
}}>
<View style={styles.button}>
<Text style={styles.b}>查看详情</Text>
... ...