Showing
1 changed file
with
1 additions
and
1 deletions
@@ -188,7 +188,7 @@ if (!orderInfo('addressId')) { | @@ -188,7 +188,7 @@ if (!orderInfo('addressId')) { | ||
188 | orderInfo('addressId', $addressWrap.data('id')); | 188 | orderInfo('addressId', $addressWrap.data('id')); |
189 | } | 189 | } |
190 | 190 | ||
191 | -$('.dispatch-mode').on('touchstart', 'li', function() { | 191 | +$('.dispatch-mode').on('touchend', 'li', function() { |
192 | var $defaultMode = $('.dispatch-mode [data-id="1"]'); | 192 | var $defaultMode = $('.dispatch-mode [data-id="1"]'); |
193 | 193 | ||
194 | if (!$addressWrap.data('support') && $(this).data('id') === 2) { | 194 | if (!$addressWrap.data('support') && $(this).data('id') === 2) { |
-
Please register or login to post a comment