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
c8f78245cefbdb8af8d3d6106935cabde1ad93f9
1 parent
1c502b1e
适配android UI。review by 张文文。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
js/alliance/components/InvitedFriends.js
js/alliance/components/Statistics.js
js/alliance/components/InvitedFriends.js
View file @
c8f7824
...
...
@@ -127,6 +127,7 @@ const styles = StyleSheet.create({
},
contentContainer
:
{
width
:
width
,
flex
:
1
,
backgroundColor
:
'white'
,
paddingBottom
:
55
*
DEVICE_WIDTH_RATIO
,
},
...
...
@@ -135,6 +136,7 @@ const styles = StyleSheet.create({
height
:
118
*
DEVICE_WIDTH_RATIO
,
},
middleView
:
{
backgroundColor
:
'white'
,
height
:
50
*
DEVICE_WIDTH_RATIO
,
flexDirection
:
'row'
,
alignItems
:
'center'
,
...
...
js/alliance/components/Statistics.js
View file @
c8f7824
...
...
@@ -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
:
-
10
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
9
}}
>
<
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
:
-
10
}}
>
<
View
style
=
{{
width
:
width
/
2
,
paddingLeft
:
30
,
marginTop
:
-
9
}}
>
<
Text
style
=
{
styles
.
numberText
}
>
¥
{
statisticsInfo
.
extraAmountSum
}
<
/Text
>
<
Text
style
=
{
styles
.
tipsText
}
>
预估其他佣金
<
/Text
>
<
/View
>
...
...
Please
register
or
login
to post a comment