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
郭成尧
7 years ago
Commit
6266f40ec1174ed85383915fefce21c83f91a4d0
2 parents
6fda117d
4ac14bc5
Merge branch 'feature/coupon' into release/180420
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
utils/payment-process.js
utils/payment-process.js
View file @
6266f40
...
...
@@ -363,7 +363,7 @@ function handleCoupons(params) {
}
if
(
validCouponCount
&&
!
couponData
.
coupon_count
)
{
showText
=
`
$
{
validCouponCount
}
张可用
,未使用
`
;
showText
=
`
$
{
validCouponCount
}
张可用`
;
}
if
(
!
_
.
isEmpty
(
orderComputeCouponPay
)
&&
couponData
.
coupon_count
)
{
...
...
@@ -372,7 +372,7 @@ function handleCoupons(params) {
}
if
(
!
_
.
isEmpty
(
orderComputeCouponPay
)
&&
!
couponData
.
coupon_count
)
{
showText
=
`
$
{
validCouponCount
}
张可用
,未使用
`
;
showText
=
`
$
{
validCouponCount
}
张可用`
;
}
return
{
...
...
Please
register
or
login
to post a comment