From 53b337535bbd9b32bba73ef7a04bc8496cacbac1 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 14:06:12 +0800 Subject: [PATCH] 1 --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 548abb7..1d306c1 100644 --- a/index.html +++ b/index.html @@ -251,8 +251,11 @@ $('.box-list').html(`
${fontAnimationList[0]}
${fontAnimationList[1]}
`) $('.toList').each(function () { $(this).click(() => { + hideLoading(); + $('.loading').show(); renderBillingDom([]) setTimeout(() => { + hideLoading() renderBillingDom(nearlyWeek) }, 500) isClickToLost = true