Skip to content

Commit ae50539

Browse files
authored
fix: statistic countdown not trigger "finish" event (#1731)
* fix: fix the "finish" event of statistic countdown * fix: update the fix of "finish" event of statistic countdown * fix: update the fix of "finish" event of statistic countdown
1 parent cda69c6 commit ae50539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/statistic/Countdown.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default {
4848
if (this.countdownId) return;
4949
this.countdownId = window.setInterval(() => {
5050
this.$refs.statistic.$forceUpdate();
51+
this.syncTimer();
5152
}, REFRESH_INTERVAL);
5253
},
5354

0 commit comments

Comments
 (0)