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
hongyong.zhao
7 years ago
Commit
f6e55c202144587743a3923f55a34608bbbde539
1 parent
8d554c0e
添加新客订单判定 -- reviewed by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/alliance/components/OrderIncome.js
js/alliance/components/OrderIncome.js
View file @
f6e55c2
...
...
@@ -132,7 +132,7 @@ export default class OrderIncome extends Component {
{
this
.
state
.
orderType
===
1
?
<
Text
style
=
{
styles
.
numberText
}
>
订单金额:
{
rowData
.
get
(
'lastOrderAmountStr'
)}
<
/Text> : <Text style={styles.numberText}>活动名称:{rowData.get
(
'activityName'
)
}</
Text
>
}
<
View
style
=
{{
flexDirection
:
'row'
,
marginTop
:
6
}}
>
<
Text
style
=
{
styles
.
timeText
}
>
{
rowData
.
get
(
'orderTimeStr'
)}
<
/Text
>
{
rowData
.
get
(
'isNew'
)
===
1
?
{
rowData
.
get
(
'isNew'
)
===
1
&&
this
.
state
.
orderType
===
1
?
<
View
style
=
{
styles
.
statusTextContainer
}
>
<
Text
style
=
{
styles
.
statusText
}
>
新客订单
<
/Text
>
<
/View>: null
}
...
...
Please
register
or
login
to post a comment