소스 검색

Улучшение поведения при очереди загрузки книг

Book Pauk 3 년 전
부모
커밋
53a1d90bd8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/components/Reader/Reader.vue

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

@@ -1116,7 +1116,7 @@ class Reader {
                     this.blinkCachedLoadMessage();
                     this.blinkCachedLoadMessage();
 
 
                     this.checkBookPosPercent();
                     this.checkBookPosPercent();
-                    await this.activateClickMapPage();
+                    this.activateClickMapPage();//no await
                     return;
                     return;
                 }
                 }
 
 
@@ -1176,7 +1176,7 @@ class Reader {
                 this.stopBlink = true;
                 this.stopBlink = true;
 
 
             this.checkBookPosPercent();
             this.checkBookPosPercent();
-            await this.activateClickMapPage();
+            this.activateClickMapPage();//no await
         } catch (e) {
         } catch (e) {
             progress.hide(); this.progressActive = false;
             progress.hide(); this.progressActive = false;
             this.loaderActive = true;
             this.loaderActive = true;