Authored by 张丽霞

电子发票

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