Authored by 郁健超

文案修改 reviewed by hy

... ... @@ -125,9 +125,9 @@ export default class ShareDetail extends Component {
<Image source={require('../images/moneySymbol.png')}
style={{marginLeft: 5, height: 22, width: 22}}/>
<View style={styles.promBgTextV}>
<Text style={styles.proDescNormal}>{'预计返现 '}</Text>
<Text style={styles.proDescNormal}>{'返现 '}</Text>
<Text style={styles.proDescRed}>{productInfo.percentStr}</Text>
<Text style={styles.proDescNormal}>{',最高可返现 '}</Text>
<Text style={styles.proDescNormal}>{',预计可返 '}</Text>
<Text style={styles.proDescRed}>{'¥'+productInfo.rebatesAmount}</Text>
</View>
</ImageBackground>
... ...