From f96bda17c08a6e6a8f7de7c57464d6f20773201b Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 13:55:26 +0800 Subject: [PATCH] 123 --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7881077..5ee5666 100644 --- a/index.html +++ b/index.html @@ -178,8 +178,9 @@ lastThreeMonths.unshift(item); } }) - renderBillingDom(nearlyWeek) - + setTimeout(() => { + renderBillingDom(nearlyWeek) + }, 500) } }) function renderBillingDom(arr) {