|
@ -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 |
|
|