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
张文文
6 years ago
Commit
7af78bb0da8f2673442955a3f9991ecfbcf1a857
1 parent
e3c88510
ui fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
js/alliance/components/CheckSettleModal.js
js/alliance/components/CheckSettleModal.js
View file @
7af78bb
...
...
@@ -35,8 +35,15 @@ export default class CheckSettleModal extends React.Component {
<
Text
style
=
{
styles
.
allPriceText
}
>
{
data
.
afterTaxAmountStr
}
<
/Text
>
<
/Text
>
<
Text
style
=
{
styles
.
priceText
}
>
提现总金额:
{
data
.
settlementAmountStr
}
<
/Text
>
<
Text
style
=
{
styles
.
priceText
}
>
扣税总金额:
{
data
.
taxAmountStr
}
<
/Text
>
<
Text
>
<
Text
style
=
{
styles
.
priceText
}
>
提现总金额:
<
/Text
>
<
Text
style
=
{
styles
.
otherText
}
>
{
data
.
settlementAmountStr
}
<
/Text
>
<
/Text
>
<
Text
>
<
Text
style
=
{
styles
.
priceText
}
>
扣税总金额:
<
/Text
>
<
Text
style
=
{
styles
.
otherText
}
>
{
data
.
taxAmountStr
}
<
/Text
>
<
/Text
>
<
TouchableOpacity
onPress
=
{()
=>
{
this
.
props
.
jumpWithActivityUrl
&&
this
.
props
.
jumpWithActivityUrl
();
...
...
@@ -130,6 +137,13 @@ let styles = StyleSheet.create({
lineHeight
:
23
,
letterSpacing
:
-
0.09
,
},
otherText
:{
fontFamily
:
'PingFang-SC-Regular'
,
fontSize
:
14
,
color
:
'#444444'
,
lineHeight
:
23
,
letterSpacing
:
-
0.09
,
},
priceText
:
{
fontFamily
:
'PingFang-SC-Regular'
,
fontSize
:
14
,
...
...
Please
register
or
login
to post a comment