Rieko-wang 2 years ago
parent
commit
3f404d0d9a
  1. 100
      config.json
  2. 4
      index.html

100
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"
}

4
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(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`)
$('.toList').each(function () {

Loading…
Cancel
Save