Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ export default class AssociatorGift extends Component { | @@ -33,7 +33,7 @@ export default class AssociatorGift extends Component { | ||
33 | 33 | ||
34 | _renderHeader() { | 34 | _renderHeader() { |
35 | let total = this.props.couponsBagCnt.total; | 35 | let total = this.props.couponsBagCnt.total; |
36 | - let title = total > 0 ? '您有' + total + '个礼包可领取' : '暂时没有获得任何礼包'; | 36 | + let title = total > 0 ? '您有' + total + '个礼包可领取' : '暂无可领取的礼包'; |
37 | let desc = total > 0 ? '以下是近期礼包' : ''; | 37 | let desc = total > 0 ? '以下是近期礼包' : ''; |
38 | return ( | 38 | return ( |
39 | <View style={styles.bagBackground}> | 39 | <View style={styles.bagBackground}> |
-
Please register or login to post a comment