Showing
4 changed files
with
5 additions
and
1 deletions
@@ -13924,7 +13924,7 @@ $invoice.on('touchend', '.checkbox', function() { | @@ -13924,7 +13924,7 @@ $invoice.on('touchend', '.checkbox', function() { | ||
13924 | orderInfo('invoicesType', null); | 13924 | orderInfo('invoicesType', null); |
13925 | orderInfo('invoiceTitle', null); | 13925 | orderInfo('invoiceTitle', null); |
13926 | } | 13926 | } |
13927 | - | 13927 | + |
13928 | orderCont = window.cookie('order-info') && JSON.parse(window.cookie('order-info')); | 13928 | orderCont = window.cookie('order-info') && JSON.parse(window.cookie('order-info')); |
13929 | invoiceInit(); | 13929 | invoiceInit(); |
13930 | }); | 13930 | }); |
@@ -14192,6 +14192,10 @@ if (orderInfo('address') && orderInfo('address').is_support === 'N') { | @@ -14192,6 +14192,10 @@ if (orderInfo('address') && orderInfo('address').is_support === 'N') { | ||
14192 | orderCompute(); | 14192 | orderCompute(); |
14193 | } | 14193 | } |
14194 | 14194 | ||
14195 | +orderInfo('address', { | ||
14196 | + address_id: $('.address-wrap').attr('data-id') | ||
14197 | +}); | ||
14198 | + | ||
14195 | // 初始化发票信息内容 | 14199 | // 初始化发票信息内容 |
14196 | invoiceInit(); | 14200 | invoiceInit(); |
14197 | }); | 14201 | }); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment