Authored by 王海元

替换图片

@@ -37,7 +37,7 @@ export default class AssociatorGift extends Component { @@ -37,7 +37,7 @@ export default class AssociatorGift extends Component {
37 let desc = total > 0 ? '以下是近期礼包' : ''; 37 let desc = total > 0 ? '以下是近期礼包' : '';
38 return ( 38 return (
39 <View style={styles.bagBackground}> 39 <View style={styles.bagBackground}>
40 - <Image style={styles.bgImage} source={require('../images/xyzx_lb.png')}/> 40 + <Image style={styles.bgImage} source={require('../images/hyzx_lb.png')}/>
41 <Text style={styles.bagTitle}>{title}</Text> 41 <Text style={styles.bagTitle}>{title}</Text>
42 <Text style={styles.bagTips}>{desc}</Text> 42 <Text style={styles.bagTips}>{desc}</Text>
43 </View> 43 </View>