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