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 countdownpull/1680/head
parent
cda69c6663
commit
ae505396cb
|
@ -48,6 +48,7 @@ export default {
|
||||||
if (this.countdownId) return;
|
if (this.countdownId) return;
|
||||||
this.countdownId = window.setInterval(() => {
|
this.countdownId = window.setInterval(() => {
|
||||||
this.$refs.statistic.$forceUpdate();
|
this.$refs.statistic.$forceUpdate();
|
||||||
|
this.syncTimer();
|
||||||
}, REFRESH_INTERVAL);
|
}, REFRESH_INTERVAL);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue