Browse Source

Update point.vue

2.0
许孟阳 3 weeks ago
parent
commit
25e44ee376
  1. 2
      src/views/point/point.vue

2
src/views/point/point.vue

@ -123,7 +123,7 @@ const changeAttribute = () => {
rp.has = point - num; rp.has = point - num;
commit('set_points', rp) commit('set_points', rp)
} }
setTimeout(changeAttribute, 100); setTimeout(changeAttribute, 10);
} }
} }

Loading…
Cancel
Save