Authored by 张丽霞

电子发票

... ... @@ -868,7 +868,7 @@ $invoiceCheck.click(function(){
if ($invoiceCheck.hasClass('active')) {
$invoiceCheck.removeAttr('checked');
$invoiceCheck.removeClass('active');
$('.invoice-content').addClass('hide');
$('.section-play .invoice-content').addClass('hide');
}
if ($invoiceCheck.attr('checked')) {
... ...