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
c4c564d2a262a2c98d72a9276b9dab3ed975c5b3
1 parent
7d9e5f7f
UI 适配 android。review by 张文文。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
js/alliance/components/InvitedFriends.js
js/alliance/components/Statistics.js
js/alliance/components/InvitedFriends.js
View file @
c4c564d
...
...
@@ -124,10 +124,10 @@ export default class InvitedFriends extends Component {
const
styles
=
StyleSheet
.
create
({
container
:
{
flex
:
1
,
backgroundColor
:
'white'
,
},
contentContainer
:
{
width
:
width
,
flex
:
1
,
backgroundColor
:
'white'
,
paddingBottom
:
55
*
DEVICE_WIDTH_RATIO
,
},
...
...
js/alliance/components/Statistics.js
View file @
c4c564d
...
...
@@ -31,7 +31,7 @@ export default class Statistics extends Component {
this
.
props
.
resourceJumpWithUrl
&&
this
.
props
.
resourceJumpWithUrl
(
url
);
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
9
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
8
}}
>
<
Text
style
=
{
styles
.
numberText
}
>
¥
{
statisticsInfo
.
orderAmountSum
}
<
/Text
>
<
Text
style
=
{
styles
.
tipsText
}
>
预估订单佣金
<
/Text
>
<
/View
>
...
...
@@ -45,7 +45,7 @@ export default class Statistics extends Component {
this
.
props
.
resourceJumpWithUrl
&&
this
.
props
.
resourceJumpWithUrl
(
url
);
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
9
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
8
}}
>
<
Text
style
=
{
styles
.
numberText
}
>
¥
{
statisticsInfo
.
extraAmountSum
}
<
/Text
>
<
Text
style
=
{
styles
.
tipsText
}
>
预估其他佣金
<
/Text
>
<
/View
>
...
...
Please
register
or
login
to post a comment