From 036547e2606214ced738c2fe6668ca254efe4c21 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 22 Aug 2019 23:53:16 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/HistoryPage/HistoryPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/HistoryPage/HistoryPage.vue b/client/components/Reader/HistoryPage/HistoryPage.vue index 9e653abe..cf3a00b9 100644 --- a/client/components/Reader/HistoryPage/HistoryPage.vue +++ b/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) {