Authored by 孙凯

删除注释 review by daiqiang

... ... @@ -45,11 +45,6 @@ export default class GroupDetailProduct extends React.Component {
<Text style={styles.title} numberOfLines={2}>{productName}</Text>
</View>
<View style={styles.priceView}>
{1 ? null :
<View style={styles.iconTextView}>
<Text style={styles.iconText}>{perpleNum}人团</Text>
</View>
}//暂时注释
<Text style={styles.price1}>{productGroupPrice}</Text>
</View>
<View style={styles.subPriceView}>
... ...
... ... @@ -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}
... ...