Authored by 毕凯

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

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