Authored by 毕凯

下单流程 增加优惠券页面

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