...
|
...
|
@@ -71,7 +71,7 @@ export default class DoubleImage extends React.Component { |
|
|
style={styles.thumbnail}
|
|
|
></YH_Image>
|
|
|
{linkType1=='1'?<View style={styles.titleView}>
|
|
|
<Text style={styles.title}>{name1}</Text>
|
|
|
<Text style={styles.title} numberOfLines={1}>{name1}</Text>
|
|
|
<View style={styles.saleView}>
|
|
|
<Text style={{marginTop: 2,marginLeft: 10,fontSize: 11,backgroundColor: 'transparent',color: saleAble1?'red':'white',}}>{price1}</Text>
|
|
|
{saleAble1?<Text style={styles.deleteSale}>{sale1}</Text>:null}
|
...
|
...
|
@@ -85,7 +85,7 @@ export default class DoubleImage extends React.Component { |
|
|
style={styles.thumbnail}
|
|
|
></YH_Image>
|
|
|
{linkType2=='1'?<View style={styles.titleView}>
|
|
|
<Text style={styles.title}>{name2}</Text>
|
|
|
<Text style={styles.title} numberOfLines={1}>{name2}</Text>
|
|
|
<View style={styles.saleView}>
|
|
|
<Text style={{marginTop: 2,marginLeft: 10,fontSize: 11,backgroundColor: 'transparent',color: saleAble2?'red':'white',}}>{price2}</Text>
|
|
|
{saleAble2?<Text style={styles.deleteSale}>{sale2}</Text>:null}
|
...
|
...
|
|