...
|
...
|
@@ -44,7 +44,7 @@ export default class OutletDoubleImage extends React.Component { |
|
|
let url1 = data[1].url;
|
|
|
return (
|
|
|
<View style={styles.viewStyle}>
|
|
|
<TouchableOpacity onPress={() => {this.props.onPressProduct&&this.props.onPressProduct(src0)}} >
|
|
|
<TouchableOpacity onPress={() => {this.props.onPressProduct&&this.props.onPressProduct(url0)}} >
|
|
|
<YH_Image
|
|
|
url={src0}
|
|
|
style={styles.thumbnail}
|
...
|
...
|
|