Authored by 毕凯

下单流程 增加优惠券页面

... ... @@ -79,7 +79,7 @@ function getCouponDate() {
if (coupon.notAvailable) {
notAvailableCoupons.push(coupon);
}
})
});
if (notAvailableCoupons.length) {
$('.not-avaliable-coupon-line').show();
... ...