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
郭成尧
8 years ago
Commit
e6210ae914034222a62a165f7ca19bd6d2a219ca
2 parents
d1632660
1dd2ae03
Merge branch 'feature/orderApportion' into 'release/5.8'
加价购判断 See merge request
!648
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 @
e6210ae
...
...
@@ -201,7 +201,7 @@ const orderDetailData = (uid, orderCode) => {
salePrice
:
parseFloat
(
data
.
salesPrice
).
toFixed
(
2
),
payPrice
:
data
.
goodsPrice
});
}
else
if
(
data
.
goodsType
===
'price
G
ift'
)
{
}
else
if
(
data
.
goodsType
===
'price
_g
ift'
)
{
obj
=
_
.
assign
(
obj
,
{
advanceBuy
:
true
,
salePrice
:
parseFloat
(
data
.
salesPrice
).
toFixed
(
2
),
...
...
Please
register
or
login
to post a comment