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
pull/1680/head
hebingchang 5 years ago committed by GitHub
parent cda69c6663
commit ae505396cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,7 @@ export default {
if (this.countdownId) return;
this.countdownId = window.setInterval(() => {
this.$refs.statistic.$forceUpdate();
this.syncTimer();
}, REFRESH_INTERVAL);
},

Loading…
Cancel
Save