...
|
...
|
@@ -25,6 +25,7 @@ $('.address-item').on('touchend', function() { |
|
|
|
|
|
orderInfo('addressId', addressId);
|
|
|
orderInfo('address', address);
|
|
|
orderInfo('receiverMobile', null);
|
|
|
console.log($this.data('href') + (orderInfo('limitUrlSufix') || ''));
|
|
|
window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || '');
|
|
|
}).on('touchend', '.edit', function() {
|
...
|
...
|
|