...
|
...
|
@@ -10,6 +10,8 @@ var $ = require('jquery'), |
|
|
var $confim = $('.confim-mask'),
|
|
|
deleteId;
|
|
|
|
|
|
require('../common');
|
|
|
|
|
|
$('.address-item').on('touchend', function() {
|
|
|
var $this = $(this);
|
|
|
var addressId = $this.data('address-id');
|
...
|
...
|
@@ -19,6 +21,7 @@ $('.address-item').on('touchend', function() { |
|
|
mobile: $this.find('.tel').text(),
|
|
|
address_info: $this.find('.address-info').text()
|
|
|
};
|
|
|
|
|
|
orderInfo('addressId', addressId);
|
|
|
orderInfo('address', address);
|
|
|
}).on('touchend', '.edit', function() {
|
...
|
...
|
|