98b1f533 by zhangmeng

保险

1 parent 3a0f4c64
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!