Browse Source

修改草稿箱顶楼展示报错问题

haojianlong 4 years ago
parent
commit
58880e290d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/drafts.vue

+ 2 - 1
src/views/drafts.vue

@@ -275,7 +275,8 @@ export default {
       this.count++
       console.log(len == this.count);
       if (len == this.count) {
-        this.readGraph();
+        // this.readGraph();
+        this.view.fitSceneToView();
       } else {
         console.log('所有图片未加载完成');
       }