修改有赚引导图名称。review by 孙凯。
Showing
2 changed files
with
1 additions
and
1 deletions
@@ -30,7 +30,7 @@ export default class GuideModal extends React.Component { | @@ -30,7 +30,7 @@ export default class GuideModal extends React.Component { | ||
30 | <TouchableOpacity activeOpacity={1} style={styles.modalContainer} onPress={() => { | 30 | <TouchableOpacity activeOpacity={1} style={styles.modalContainer} onPress={() => { |
31 | this.props.hiddenGuideDialog && this.props.hiddenGuideDialog(); | 31 | this.props.hiddenGuideDialog && this.props.hiddenGuideDialog(); |
32 | }}> | 32 | }}> |
33 | - <Image style={styles.modalContainer} resizeMode={'stretch'} source={require('../images/guide.png')}/> | 33 | + <Image style={styles.modalContainer} resizeMode={'stretch'} source={require('../images/alliance_guide.png')}/> |
34 | </TouchableOpacity> | 34 | </TouchableOpacity> |
35 | </Modal> | 35 | </Modal> |
36 | ); | 36 | ); |
-
Please register or login to post a comment