...
|
...
|
@@ -27,7 +27,7 @@ $(() => { |
|
|
|
|
|
const showResult = function(result) {
|
|
|
$('.reward-name').text(result);
|
|
|
$('.received-wrapper').fadeIn(500, function() {
|
|
|
$('.received-wrapper').fadeIn(1000, function() {
|
|
|
$(this).addClass('show');
|
|
|
$(document).on('click', '.go-use', () => {
|
|
|
tip.show('请下载Yoho!Buy有货官方App,查看/使用优惠券');
|
...
|
...
|
|