Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈林
7 years ago
Commit
bcb78f7974c9fc8f5cdda50ae349aa6209b04a02
1 parent
c1acefc9
修改有赚引导图名称。review by 孙凯。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
js/alliance/components/GuideModal.js
js/alliance/images/guide@2x.png → js/alliance/images/alliance_guide@2x.png
js/alliance/components/GuideModal.js
View file @
bcb78f7
...
...
@@ -30,7 +30,7 @@ export default class GuideModal extends React.Component {
<
TouchableOpacity
activeOpacity
=
{
1
}
style
=
{
styles
.
modalContainer
}
onPress
=
{()
=>
{
this
.
props
.
hiddenGuideDialog
&&
this
.
props
.
hiddenGuideDialog
();
}}
>
<
Image
style
=
{
styles
.
modalContainer
}
resizeMode
=
{
'stretch'
}
source
=
{
require
(
'../images/guide.png'
)}
/>
<
Image
style
=
{
styles
.
modalContainer
}
resizeMode
=
{
'stretch'
}
source
=
{
require
(
'../images/
alliance_
guide.png'
)}
/>
<
/TouchableOpacity>
<
/Modal>
);
...
...
js/alliance/images/guide@2x.png → js/alliance/images/
alliance_
guide@2x.png
View file @
bcb78f7
110 KB
Please
register
or
login
to post a comment