...
|
...
|
@@ -101,7 +101,7 @@ $('.input-content').on('click', '.verification-code', function() { |
|
|
$('.page .gain-coupon-centent').removeClass('hidden');
|
|
|
$('.page .coupon-centent').addClass('hidden');
|
|
|
$('#mobile').html('优惠券已发放至账户' + data.result.mobile);
|
|
|
}, 1400);
|
|
|
}, 2500);
|
|
|
return;
|
|
|
}
|
|
|
} else {
|
...
|
...
|
@@ -182,7 +182,7 @@ $('.input-content').on('click', '.get', function() { |
|
|
$('.page .gain-coupon-centent').removeClass('hidden');
|
|
|
$('.page .coupon-centent').addClass('hidden');
|
|
|
$('#mobile').html('优惠券已发放至账户' + data.result.mobile);
|
|
|
}, 1400);
|
|
|
}, 2500);
|
|
|
return;
|
|
|
}
|
|
|
|
...
|
...
|
|