Showing
1 changed file
with
2 additions
and
2 deletions
@@ -101,7 +101,7 @@ $('.input-content').on('click', '.verification-code', function() { | @@ -101,7 +101,7 @@ $('.input-content').on('click', '.verification-code', function() { | ||
101 | $('.page .gain-coupon-centent').removeClass('hidden'); | 101 | $('.page .gain-coupon-centent').removeClass('hidden'); |
102 | $('.page .coupon-centent').addClass('hidden'); | 102 | $('.page .coupon-centent').addClass('hidden'); |
103 | $('#mobile').html('优惠券已发放至账户' + data.result.mobile); | 103 | $('#mobile').html('优惠券已发放至账户' + data.result.mobile); |
104 | - }, 1400); | 104 | + }, 2500); |
105 | return; | 105 | return; |
106 | } | 106 | } |
107 | } else { | 107 | } else { |
@@ -182,7 +182,7 @@ $('.input-content').on('click', '.get', function() { | @@ -182,7 +182,7 @@ $('.input-content').on('click', '.get', function() { | ||
182 | $('.page .gain-coupon-centent').removeClass('hidden'); | 182 | $('.page .gain-coupon-centent').removeClass('hidden'); |
183 | $('.page .coupon-centent').addClass('hidden'); | 183 | $('.page .coupon-centent').addClass('hidden'); |
184 | $('#mobile').html('优惠券已发放至账户' + data.result.mobile); | 184 | $('#mobile').html('优惠券已发放至账户' + data.result.mobile); |
185 | - }, 1400); | 185 | + }, 2500); |
186 | return; | 186 | return; |
187 | } | 187 | } |
188 | 188 |
-
Please register or login to post a comment