Authored by 郭成尧

Merge branch 'feature/coupon' into release/180420

... ... @@ -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 {
... ...