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
李犇
8 years ago
Commit
2689915b49f089838d78c7105e79c290cb7b4c78
1 parent
2cd71bd0
个人中心我的订单数字标识——review by 于良
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
js/mine/components/mine/MineListHeader.js
js/mine/components/mine/MineListHeader.js
View file @
2689915
...
...
@@ -417,7 +417,7 @@ export default class MineListHeader extends React.Component {
}
<Text style={styles.order_text}>待发货</Text>
{
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
send
_cargo_num) : null
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
wait
_cargo_num) : null
}
</View>
</TouchableOpacity>
...
...
@@ -428,7 +428,7 @@ export default class MineListHeader extends React.Component {
}
<Text style={styles.order_text}>待收货</Text>
{
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
wait
_cargo_num) : null
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
send
_cargo_num) : null
}
</View>
</TouchableOpacity>
...
...
@@ -439,7 +439,7 @@ export default class MineListHeader extends React.Component {
}
<Text style={styles.order_text}>待晒单</Text>
{
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
toShareOrderNum
) : null
(profile.uid != '
0
' && mineInfoNum) ? this._renderMineOrderNumberPoint(mineInfoNum.
comment_total
) : null
}
</View>
</TouchableOpacity>
...
...
Please
register
or
login
to post a comment