Rieko-wang 2 years ago
parent
commit
58759f1821
  1. 4
      index.html

4
index.html

@ -138,11 +138,11 @@
hideLoading();
renderBillingDom([])
$('.loading').show();
const timer = setTimeout(() => {
clearTimeout(timer)
$('.filter-item').removeClass('active');
const key = $(this).attr('data-query-key');
$(this).addClass('active')
const timer = setTimeout(() => {
clearTimeout(timer)
if (key === 'nearlyMonth') {
renderBillingDom(nearlyMonth)
} else if (key === 'lastThreeMonths') {

Loading…
Cancel
Save