Showing
1 changed file
with
4 additions
and
0 deletions
@@ -161,6 +161,10 @@ $('.coupon-message-op-rel').on('click', function() { | @@ -161,6 +161,10 @@ $('.coupon-message-op-rel').on('click', function() { | ||
161 | location.reload(); | 161 | location.reload(); |
162 | }); | 162 | }); |
163 | 163 | ||
164 | +$('.nav-home').on('touchstart', function() { | ||
165 | + $('.homebuttom').toggleClass('hide'); | ||
166 | +}); | ||
167 | + | ||
164 | if ($('#noData').length > 0) { | 168 | if ($('#noData').length > 0) { |
165 | if (location.href.indexOf('?openby:yohobuy=') <= 0) { | 169 | if (location.href.indexOf('?openby:yohobuy=') <= 0) { |
166 | tip.show('网络异常!'); | 170 | tip.show('网络异常!'); |
-
Please register or login to post a comment