Showing
3 changed files
with
4 additions
and
4 deletions
@@ -16131,12 +16131,12 @@ $invoiceCheck.click(function(){ | @@ -16131,12 +16131,12 @@ $invoiceCheck.click(function(){ | ||
16131 | if ($invoiceCheck.hasClass('active')) { | 16131 | if ($invoiceCheck.hasClass('active')) { |
16132 | $invoiceCheck.removeAttr('checked'); | 16132 | $invoiceCheck.removeAttr('checked'); |
16133 | $invoiceCheck.removeClass('active'); | 16133 | $invoiceCheck.removeClass('active'); |
16134 | - $('.section-play .invoice-content').addClass('hide'); | 16134 | + $('.section-play .invoice-content-outter').addClass('hide'); |
16135 | } | 16135 | } |
16136 | 16136 | ||
16137 | if ($invoiceCheck.attr('checked')) { | 16137 | if ($invoiceCheck.attr('checked')) { |
16138 | $invoiceCheck.addClass('active'); | 16138 | $invoiceCheck.addClass('active'); |
16139 | - if ($('.invoice-content').hasClass('hide')) { | 16139 | + if ($('.invoice-content-outter').hasClass('hide')) { |
16140 | $receiptInfo.removeClass('hide'); | 16140 | $receiptInfo.removeClass('hide'); |
16141 | } | 16141 | } |
16142 | } | 16142 | } |
@@ -16210,7 +16210,7 @@ function saveReceiptInfo() { | @@ -16210,7 +16210,7 @@ function saveReceiptInfo() { | ||
16210 | $('.invoice-upload-title').html(receiptTitle); | 16210 | $('.invoice-upload-title').html(receiptTitle); |
16211 | 16211 | ||
16212 | $receiptInfo.addClass('hide'); | 16212 | $receiptInfo.addClass('hide'); |
16213 | - $('.invoice-content').removeClass('hide'); | 16213 | + $('.invoice-content-outter').removeClass('hide'); |
16214 | } | 16214 | } |
16215 | $receiptInfoSaveBtn.click(function(){ | 16215 | $receiptInfoSaveBtn.click(function(){ |
16216 | saveReceiptInfo(); | 16216 | saveReceiptInfo(); |
@@ -16219,7 +16219,7 @@ $receiptInfoSaveBtn.click(function(){ | @@ -16219,7 +16219,7 @@ $receiptInfoSaveBtn.click(function(){ | ||
16219 | $receiptInfoCancelBtn.click(function(){ | 16219 | $receiptInfoCancelBtn.click(function(){ |
16220 | $receiptInfo.addClass('hide'); | 16220 | $receiptInfo.addClass('hide'); |
16221 | 16221 | ||
16222 | - if ($('.invoice-content').hasClass('hide')) { | 16222 | + if ($('.invoice-content-outter').hasClass('hide')) { |
16223 | $invoiceCheck.removeAttr('checked'); | 16223 | $invoiceCheck.removeAttr('checked'); |
16224 | $invoiceCheck.removeClass('active'); | 16224 | $invoiceCheck.removeClass('active'); |
16225 | } else { | 16225 | } else { |
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