浏览代码

К предыдущему

Book Pauk 6 年之前
父节点
当前提交
eb5411cd20
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/components/Reader/TextPage/TextPage.vue

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

@@ -214,6 +214,8 @@ class TextPage extends Vue {
             fontsLoadingStyle.fontSize = this.fontSize + 'px';
             fontsLoadingStyle.top = (this.realHeight/2 - 2*this.fontSize) + 'px';
             fontsLoadingStyle.left = (this.realWidth - this.drawHelper.measureText(flText, {}))/2 + 'px';
+            await sleep(10500);
+            this.$refs.fontsLoading.innerHTML = '';
         })();
 
         //parsed