Showing
1 changed file
with
5 additions
and
1 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('网络异常!'); |
@@ -170,4 +174,4 @@ if ($('#noData').length > 0) { | @@ -170,4 +174,4 @@ if ($('#noData').length > 0) { | ||
170 | $mask.on('click', function() { | 174 | $mask.on('click', function() { |
171 | $mask.hide(); | 175 | $mask.hide(); |
172 | $message.hide(); | 176 | $message.hide(); |
173 | -}); | 177 | +}); |
-
Please register or login to post a comment