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
孙凯
2017-04-18 15:07:49 +0800
Commit
7f354ea066fabacc4ba72ced9d24d06d520c16b3
2 parents
a78eb934
770957ca
Merge branch '5.6.0' of
http://git.yoho.cn/mobile/YH_RNComponent
into 5.6.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
js/order/components/detail/OrderInfoCell.js
js/order/components/detail/ProductCell.js
js/order/components/detail/OrderInfoCell.js
View file @
7f354ea
...
...
@@ -62,7 +62,7 @@ export default class OrderInfoCell extends Component {
<
/View
>
<
Text
style
=
{
styles
.
otherText
}
>
订单状态:
{
orderStatus
}
<
/Text
>
<
Text
style
=
{
styles
.
otherText
}
>
下单时间:
{
timeStr
}
<
/Text
>
<
Text
style
=
{
styles
.
otherText
}
>
支付方式:
{
payWay
}
<
/Text
>
{
payWay
&&
payWay
.
leng
?
<
Text
style
=
{
styles
.
otherText
}
>
支付方式:
{
payWay
}
<
/Text>:null
}
<
/View
>
<
/View
>
);
...
...
js/order/components/detail/ProductCell.js
View file @
7f354ea
...
...
@@ -143,6 +143,8 @@ let styles = StyleSheet.create({
height
:
82
,
width
:
width
,
backgroundColor
:
'white'
,
borderColor
:
'#f0f0f0'
,
borderBottomWidth
:
0.5
,
},
leftMiddleContainer
:{
flexDirection
:
'row'
,
...
...
Please
register
or
login
to post a comment