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