Authored by cailing

gulp ge

... ... @@ -13812,9 +13812,7 @@ function invoiceInit() {
if (orderCont.invoiceType) {
$('.invoice-type').text(invoiceCont[orderCont.invoiceType] + '(' + invoicesType[orderCont.invoicesType] + ')');
} else {
// $('.invoice-type').text('服装(电子)');
$('.invoice-type').text('服装(纸质)');
$('.invoice-type').text('服装(电子)');
}
}
... ... @@ -13901,7 +13899,7 @@ $invoice.on('touchend', '.checkbox', function() {
orderInfo('invoiceText', '');
orderInfo('invoiceType', '7');
orderInfo('receiverMobile', $('.user-mobile').val());
orderInfo('invoicesType', '1');
orderInfo('invoicesType', '2');
orderInfo('invoiceTitle', '个人');
}
if ($this.hasClass('icon-radio')) {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.