소스 검색

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

haojianlong 4 년 전
부모
커밋
58880e290d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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('所有图片未加载完成');
       }