zhongshujie
2024-12-31 d464f452c2ad713bb90227e8edce358be0740a4a
src/books/aviationEtiquette/view/components/index.vue
@@ -158,8 +158,8 @@
      }, 500);
  
      // 测试页面跳转
      setTimeout(() => {
        this.gotoPage(6, 166);
    // setTimeout(() => {
    //   this.gotoPage(2, 6);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -173,7 +173,7 @@
      //     ids: ["2ACA9359"]
      //   });
      // }, 2000);
      }, 500);
    // }, 500);
  
      // const pageDom = (this.container ? this.container : document)
      //   .querySelector("#app")
@@ -917,7 +917,7 @@
          const bottomGap = playVudio.getBoundingClientRect().bottom;
          const topGap = playVudio.getBoundingClientRect().top;
          if (bottomGap < 0 || topGap > window.innerHeight) {
            if(playVudio.readyState) playVudio.requestPictureInPicture();
          playVudio.requestPictureInPicture();
          }
        }
      },
@@ -959,4 +959,3 @@
    }
  }
  </style>