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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-10-29 17:13:57 +0800
Commit
1f75bc4c9bfb5cb97d4879ce7b2731b2aad8b111
1 parent
84983f6a
发票类型问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/home/models/orderDetail.js
apps/home/models/orderDetail.js
View file @
1f75bc4
...
...
@@ -287,6 +287,10 @@ const orderDetailData = (uid, orderCode) => {
});
}
if
(
orderDetail
.
invoice
)
{
orderDetail
.
invoice
.
type
=
orderDetail
.
invoice
.
type
===
'2'
;
}
// 取消订单原因列表
let
resons
=
closeReasons
();
...
...
Please
register
or
login
to post a comment