...
|
...
|
@@ -205,7 +205,7 @@ function getCouponStatus() { |
|
|
child[i].classList.remove('hidden');
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
});
|
...
|
...
|
@@ -220,4 +220,4 @@ $('.info').on('click', function(e) { |
|
|
requestCoupon($(this).closest('a').data('id'));
|
|
|
redirect.gunangSrc = $(this).closest('a').get(0).href;
|
|
|
}
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
}); |
...
|
...
|
|