...
|
...
|
@@ -55,6 +55,12 @@ $('#coupon-list').on('touchend', '.employ-main', function() { |
|
|
orderInfo('couponValue', $this.data('coupon-value'));
|
|
|
});
|
|
|
|
|
|
$('body').on('touchend', '.not-use', function() {
|
|
|
orderInfo('couponCode', null);
|
|
|
orderInfo('couponValue', null);
|
|
|
});
|
|
|
|
|
|
|
|
|
$newCoupon.find('input').on('input', function() {
|
|
|
if ($(this).val() !== '') {
|
|
|
$newCoupon.find('.submit').css('background', '#444');
|
...
|
...
|
|