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

This commit is contained in:
Book Pauk
2019-08-22 23:53:16 +07:00
parent 696f434c90
commit 036547e260

View File

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