...
|
...
|
@@ -51,7 +51,8 @@ function invoiceInit() { |
|
|
if (orderCont.invoiceType) {
|
|
|
$('.invoice-type').text(invoiceCont[orderCont.invoiceType] + '(' + invoicesType[orderCont.invoicesType] + ')');
|
|
|
} else {
|
|
|
$('.invoice-type').text('服装(电子)');
|
|
|
//$('.invoice-type').text('服装(电子)');
|
|
|
$('.invoice-type').text('服装(纸质)');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -138,7 +139,7 @@ $invoice.on('touchend', '.checkbox', function() { |
|
|
orderInfo('invoiceText', '');
|
|
|
orderInfo('invoiceType', '7');
|
|
|
orderInfo('receiverMobile', $('.user-mobile').val());
|
|
|
orderInfo('invoicesType', '2');
|
|
|
orderInfo('invoicesType', '1');
|
|
|
orderInfo('invoiceTitle', '个人');
|
|
|
}
|
|
|
if ($this.hasClass('icon-radio')) {
|
...
|
...
|
|