浏览代码

Поправлен баг

Book Pauk 4 年之前
父节点
当前提交
f4716d5a1e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      client/components/Reader/Reader.vue

+ 3 - 3
client/components/Reader/Reader.vue

@@ -336,7 +336,7 @@ class Reader extends Vue {
 
                 let againMes = '';
                 if (this.isFirstNeedUpdateNotify) {
-                    againMes = ' ЕЩЕ один раз';
+                    againMes = ' еще один раз';
                 }
 
                 if (this.version != this.clientVersion)
@@ -345,9 +345,9 @@ class Reader extends Vue {
                 console.error(e);
             } finally {
                 this.checkingNewVersion = false;
-            }
+            }        
+            this.isFirstNeedUpdateNotify = false;
         }
-        this.isFirstNeedUpdateNotify = false;
     }
 
     updateHeaderMinWidth() {