Browse Source

添加评论功能

aaa 4 năm trước cách đây
mục cha
commit
bcebd53548
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/home/learn/page-learn-content.vue

+ 1 - 0
src/views/home/learn/page-learn-content.vue

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