...
|
...
|
@@ -48,11 +48,6 @@ export default class GroupProductCell extends React.Component { |
|
|
<Text style={styles.title} numberOfLines={2}>{resource.get('productName')}</Text>
|
|
|
</View>
|
|
|
<View style={styles.priceView}>
|
|
|
{1 ? null :
|
|
|
<View style={styles.iconTextView} >
|
|
|
<Text style={styles.iconText}>{resource.get('peopleNum')}人团</Text>
|
|
|
</View>
|
|
|
}//暂时注释
|
|
|
<Text style={styles.price1}>¥{resource.get('collagePrice')}</Text>
|
|
|
<DeleteLineText
|
|
|
style={styles.oldPriceContainer}
|
...
|
...
|
|