Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
2016-11-18 17:29:26 +0800
Commit
192cee593146dd03077433b3f396fb5afa93fc2d
2 parents
ab902fc0
4d39838d
Merge branch 'master' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/orderDetail.js
apps/home/models/orderDetail.js
View file @
192cee5
...
...
@@ -290,7 +290,7 @@ const orderDetailData = (uid, orderCode) => {
}
if
(
orderDetail
.
invoice
)
{
orderDetail
.
invoice
.
type
=
orderDetail
.
invoice
.
type
===
'2'
;
orderDetail
.
invoice
.
type
=
(
orderDetail
.
invoice
.
type
+
''
===
'2'
)
;
}
// 取消订单原因列表
...
...
Please
register
or
login
to post a comment