Authored by 孙凯

删除注释 review by daiqiang

@@ -45,11 +45,6 @@ export default class GroupDetailProduct extends React.Component { @@ -45,11 +45,6 @@ export default class GroupDetailProduct extends React.Component {
45 <Text style={styles.title} numberOfLines={2}>{productName}</Text> 45 <Text style={styles.title} numberOfLines={2}>{productName}</Text>
46 </View> 46 </View>
47 <View style={styles.priceView}> 47 <View style={styles.priceView}>
48 - {1 ? null :  
49 - <View style={styles.iconTextView}>  
50 - <Text style={styles.iconText}>{perpleNum}人团</Text>  
51 - </View>  
52 - }//暂时注释  
53 <Text style={styles.price1}>{productGroupPrice}</Text> 48 <Text style={styles.price1}>{productGroupPrice}</Text>
54 </View> 49 </View>
55 <View style={styles.subPriceView}> 50 <View style={styles.subPriceView}>
@@ -48,11 +48,6 @@ export default class GroupProductCell extends React.Component { @@ -48,11 +48,6 @@ export default class GroupProductCell extends React.Component {
48 <Text style={styles.title} numberOfLines={2}>{resource.get('productName')}</Text> 48 <Text style={styles.title} numberOfLines={2}>{resource.get('productName')}</Text>
49 </View> 49 </View>
50 <View style={styles.priceView}> 50 <View style={styles.priceView}>
51 - {1 ? null :  
52 - <View style={styles.iconTextView} >  
53 - <Text style={styles.iconText}>{resource.get('peopleNum')}人团</Text>  
54 - </View>  
55 - }//暂时注释  
56 <Text style={styles.price1}>¥{resource.get('collagePrice')}</Text> 51 <Text style={styles.price1}>¥{resource.get('collagePrice')}</Text>
57 <DeleteLineText 52 <DeleteLineText
58 style={styles.oldPriceContainer} 53 style={styles.oldPriceContainer}