Showing
1 changed file
with
1 additions
and
0 deletions
@@ -25,6 +25,7 @@ $('.address-item').on('touchend', function() { | @@ -25,6 +25,7 @@ $('.address-item').on('touchend', function() { | ||
25 | 25 | ||
26 | orderInfo('addressId', addressId); | 26 | orderInfo('addressId', addressId); |
27 | orderInfo('address', address); | 27 | orderInfo('address', address); |
28 | + orderInfo('receiverMobile', null); | ||
28 | console.log($this.data('href') + (orderInfo('limitUrlSufix') || '')); | 29 | console.log($this.data('href') + (orderInfo('limitUrlSufix') || '')); |
29 | window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || ''); | 30 | window.location.href = $this.data('href') + (orderInfo('limitUrlSufix') || ''); |
30 | }).on('touchend', '.edit', function() { | 31 | }).on('touchend', '.edit', function() { |
-
Please register or login to post a comment