Browse Source

Merge branch 'milestone-20250723-众筹' into milestone-20250722-众筹抽奖合并专用分支

songtongtong/feature-20250717104937-众筹
zhangjiahao 3 weeks ago
parent
commit
d858ebcef0
  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