Authored by 王水玲

发票切换地址清空cookie

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