소스 검색

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

Book Pauk 6 년 전
부모
커밋
036547e260
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {