Authored by 毕凯

顺丰快递 点击不支持的时候不选中

@@ -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) {