Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:43:45 | 2 | * @Date: 2025-08-27 17:43:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-10-25 18:22:46 | 4 | + * @LastEditTime: 2025-10-25 20:05:09 |
| 5 | * @FilePath: /lls_program/src/pages/Dashboard/index.vue | 5 | * @FilePath: /lls_program/src/pages/Dashboard/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -730,6 +730,6 @@ const triggerNumberRollForDataReload = () => { | ... | @@ -730,6 +730,6 @@ const triggerNumberRollForDataReload = () => { |
| 730 | setTimeout(() => { | 730 | setTimeout(() => { |
| 731 | isNumberRollInProgress.value = false | 731 | isNumberRollInProgress.value = false |
| 732 | }, 1000) // 假设滚动动画需要1秒 | 732 | }, 1000) // 假设滚动动画需要1秒 |
| 733 | - }, 300) | 733 | + }, 500) |
| 734 | } | 734 | } |
| 735 | </script> | 735 | </script> | ... | ... |
-
Please register or login to post a comment