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
Plain Diff
Browse Files
Authored by
孙凯
7 years ago
Commit
f5daeb5ea09f30052814ce021fd5976035a547ad
2 parents
bad411ab
d869f0e1
Merge branch '7.1.8' into 7.3.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
js/alliance/components/BankCard.js
js/alliance/components/BankCard.js
View file @
f5daeb5
...
...
@@ -134,7 +134,9 @@ export default class BankCard extends Component {
return
(
<
View
style
=
{{
alignItems
:
'center'
}}
>
<
View
style
=
{
styles
.
contentContainer
}
>
<
Text
style
=
{[
styles
.
wordText
,
{
marginTop
:
45
,
marginLeft
:
37
}]}
>
没有绑定银行卡的用户将无法提现!
<
/Text
>
<
View
style
=
{{
marginTop
:
45
,
alignItems
:
'center'
}}
>
<
Text
style
=
{
styles
.
wordText
}
>
没有绑定银行卡的用户将无法提现!
<
/Text
>
<
/View
>
<
TouchableOpacity
onPress
=
{()
=>
{
this
.
setState
({
isShow
:
true
});}}
>
<
View
style
=
{
styles
.
addView
}
>
<
Text
style
=
{[
styles
.
wordText
,
{
textAlign
:
'center'
}]}
>
添加银行卡
<
/Text
>
...
...
Please
register
or
login
to post a comment