...
|
...
|
@@ -329,14 +329,23 @@ $('.close').on('click', function() { |
|
|
$('.dialog').addClass('hidden');
|
|
|
$('.mask').addClass('hidden');
|
|
|
$('#dialog .content').html(' ');
|
|
|
$('body').css({
|
|
|
overflow: 'auto'
|
|
|
});
|
|
|
});
|
|
|
$('.coupon-description span').on('click', function() {
|
|
|
$('#message').removeClass('hidden');
|
|
|
$('.mask').removeClass('hidden');
|
|
|
$('body').css({
|
|
|
overflow: 'hidden'
|
|
|
});
|
|
|
});
|
|
|
$('.description').on('click', function() {
|
|
|
$('#message').removeClass('hidden');
|
|
|
$('.mask').removeClass('hidden');
|
|
|
$('body').css({
|
|
|
overflow: 'hidden'
|
|
|
});
|
|
|
});
|
|
|
|
|
|
$('.use-coupon-btn').on('click', function() {
|
...
|
...
|
@@ -357,4 +366,4 @@ $('.input-content .clear-verify').on('click', function() { |
|
|
$('.input-content input').eq('1').val('');
|
|
|
$(this).addClass('hidden');
|
|
|
$('.input-content div').eq('1').removeClass();
|
|
|
}); |
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|