Rieko-wang 2 years ago
parent
commit
53b337535b
  1. 3
      index.html

3
index.html

@ -251,8 +251,11 @@
$('.box-list').html(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`) $('.box-list').html(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`)
$('.toList').each(function () { $('.toList').each(function () {
$(this).click(() => { $(this).click(() => {
hideLoading();
$('.loading').show();
renderBillingDom([]) renderBillingDom([])
setTimeout(() => { setTimeout(() => {
hideLoading()
renderBillingDom(nearlyWeek) renderBillingDom(nearlyWeek)
}, 500) }, 500)
isClickToLost = true isClickToLost = true

Loading…
Cancel
Save