龚焕茏
2024-08-15 27a8cb7a37211f18e8ea66171b58d3bc36846283
src/views/home/data-view/components/data-icon.vue
@@ -85,7 +85,7 @@
          duration: 1,
          ease: "power2.out",
          onUpdate: () => {
            el.innerText = target.count.toFixed(0);
            // el.innerText = target.count.toFixed(0);
          }
        })
      },
@@ -99,7 +99,7 @@
          duration: 1,
          ease: "power2.out",
          onUpdate: () => {
            el.innerText = target.count.toFixed(0);
            // el.innerText = target.count.toFixed(0);
          }
        })
      }