From 3f404d0d9aefc076a3cc3d83a358533dfb13fe25 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Sat, 3 Dec 2022 22:20:30 +0800 Subject: [PATCH] ... --- config.json | 100 ---------------------------------------------------- index.html | 4 +-- 2 files changed, 2 insertions(+), 102 deletions(-) diff --git a/config.json b/config.json index 520aa1c..89908cb 100644 --- a/config.json +++ b/config.json @@ -19,105 +19,5 @@ } ], "fontAnimationList": ["滚动文字1", "滚动文字2"], - // "billingList": [ - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // }, - // { - // "type": "0", - // "name": "转存", - // "amount": "+10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "10,233.88" - // }, - // { - // "type": "1", - // "name": "转存", - // "amount": "-10,201.62", - // "time": "2022-02-18 05:23:01", - // "money": "00.00" - // } - // ], "billingCardNumber": "6228 **** 7371" } diff --git a/index.html b/index.html index d73a8d4..e95a449 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,8 @@ }); $('.filter-item').click(function () { + hideLoading(); + $('.loading').show(); $('.filter-item').removeClass('active'); const key = $(this).attr('data-query-key'); $(this).addClass('active') @@ -224,8 +226,6 @@ }) $('.bb-list').html(cardHtmlArr.join('')) - - $('.card-number').text(billingCardNumber) $('.box-list').html(`
${fontAnimationList[0]}
${fontAnimationList[1]}
`) $('.toList').each(function () {