@@ -174,6 +174,7 @@ export default {
if (this.seconds > 0) {
this.seconds--;
} else {
+ Toast("学习完成");
clearInterval(interval);
}
}, 1000);