...
|
...
|
@@ -15,8 +15,8 @@ $('.address-item').on('touchend', function() { |
|
|
}).on('touchend', '.edit', function() {
|
|
|
window.location.href = $(this).data('href');
|
|
|
return false;
|
|
|
}).on('touchend', '.del', function() {
|
|
|
deleteId = $(this).data('address-id');
|
|
|
}).on('touchstart', '.del', function() {
|
|
|
deleteId = $(this).data('id');
|
|
|
});
|
|
|
|
|
|
$confim.on('touchend', '.confim', function() {
|
...
|
...
|
|