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
毕凯
2017-10-16 18:33:44 +0800
Commit
5ea2d4ca53f3b42bb2ef222c02d27fbd745931e2
2 parents
ae6ee415
97126f1d
Merge branch 'hotfix/toFixed' into 'master'
toFixed See merge request
!1001
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/payment-process.js
utils/payment-process.js
View file @
5ea2d4c
...
...
@@ -347,7 +347,7 @@ function coupon(count, orderInfo, orderComputeData) {
info
:
''
};
let
couponAmount
=
_
.
get
(
orderComputeData
,
'coupon_amount'
,
false
);
let
couponAmount
=
_
.
get
(
orderComputeData
,
'coupon_amount'
,
0
);
if
(
_
.
get
(
orderInfo
,
'usable_usual_code'
,
null
))
{
coupons
.
selectedAmount
++
;
...
...
Please
register
or
login
to post a comment