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); } }