Rieko-wang 2 years ago
parent
commit
f96bda17c0
  1. 5
      index.html

5
index.html

@ -178,8 +178,9 @@
lastThreeMonths.unshift(item);
}
})
renderBillingDom(nearlyWeek)
setTimeout(() => {
renderBillingDom(nearlyWeek)
}, 500)
}
})
function renderBillingDom(arr) {

Loading…
Cancel
Save