Explorar o código

Мелкая поправка

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
036547e260
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      client/components/Reader/HistoryPage/HistoryPage.vue

+ 2 - 2
client/components/Reader/HistoryPage/HistoryPage.vue

@@ -137,9 +137,9 @@ class HistoryPage extends Vue {
                 return;
             this.initing = true;
 
-            await this.updateTableData(5);
+            await this.updateTableData(10);
             await utils.sleep(200);
-            await this.updateTableData(15);
+            await this.updateTableData(20);
             await utils.sleep(800);
 
             if (!bookManager.loaded) {