From 25e44ee376c35b954a439802bea46c3f3f0fd419 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Mon, 26 May 2025 14:38:39 +0800 Subject: [PATCH] Update point.vue --- src/views/point/point.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/point/point.vue b/src/views/point/point.vue index 83231d5..39c97cd 100644 --- a/src/views/point/point.vue +++ b/src/views/point/point.vue @@ -123,7 +123,7 @@ const changeAttribute = () => { rp.has = point - num; commit('set_points', rp) } - setTimeout(changeAttribute, 100); + setTimeout(changeAttribute, 10); } }