保险
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -513,7 +513,7 @@ function handleRowClick(row) { | ... | @@ -513,7 +513,7 @@ function handleRowClick(row) { |
| 513 | const init = () => { | 513 | const init = () => { |
| 514 | var today = dayjs().format('YYYY-MM-DD HH:mm:ss') | 514 | var today = dayjs().format('YYYY-MM-DD HH:mm:ss') |
| 515 | time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond') | 515 | time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond') |
| 516 | etime.value = dayjs('2025-07-22 12:00:00').diff(today, 'millisecond') | 516 | etime.value = dayjs('2025-07-20 24:00:00').diff(today, 'millisecond') |
| 517 | getRank().then(res => { | 517 | getRank().then(res => { |
| 518 | rank.value = res.data | 518 | rank.value = res.data |
| 519 | console.log(rank.value) | 519 | console.log(rank.value) | ... | ... |
| ... | @@ -493,7 +493,7 @@ function handleRowClick(row) { | ... | @@ -493,7 +493,7 @@ function handleRowClick(row) { |
| 493 | 493 | ||
| 494 | const init = () => { | 494 | const init = () => { |
| 495 | var today = dayjs().format('YYYY-MM-DD HH:mm:ss') | 495 | var today = dayjs().format('YYYY-MM-DD HH:mm:ss') |
| 496 | etime.value = dayjs('2025-07-22 12:00:00').diff(today, 'millisecond') | 496 | etime.value = dayjs('2025-07-20 24:00:00').diff(today, 'millisecond') |
| 497 | time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond') | 497 | time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond') |
| 498 | getRank().then(res => { | 498 | getRank().then(res => { |
| 499 | rank.value = res.data | 499 | rank.value = res.data | ... | ... |
-
Please register or sign in to post a comment