2 Commits

  1. 4
      src/views/zhongchou/index.vue

4
src/views/zhongchou/index.vue

@ -378,10 +378,10 @@ const handleBoostClick = async (area) => {
//
showBoostSuccess.value = true
//2s
//1s
setTimeout(() => {
showBoostSuccess.value = false
}, 2000)
}, 1000)
//
await fetchActivity()

Loading…
Cancel
Save