Authored by 毕凯

地址选择页面地址修改优化

@@ -25,7 +25,7 @@ $('.address-item').on('touchend', function() { @@ -25,7 +25,7 @@ $('.address-item').on('touchend', function() {
25 25
26 orderInfo('addressId', addressId); 26 orderInfo('addressId', addressId);
27 orderInfo('address', address); 27 orderInfo('address', address);
28 -}).on('touchend', '.edit', function() { 28 +}).on('touchstart', '.edit', function() {
29 window.location.href = $(this).data('href'); 29 window.location.href = $(this).data('href');
30 return false; 30 return false;
31 }).on('touchstart', '.del', function() { 31 }).on('touchstart', '.del', function() {