zhongshujie
2025-01-07 9d71f13c6d516135ad8d65777c2e7c36e057c39a
src/books/aviationEtiquette/view/components/index.vue
@@ -159,7 +159,7 @@
    // 测试页面跳转
    // setTimeout(() => {
    //   this.gotoPage(2, 6);
    //   this.gotoPage(3, 58);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -917,7 +917,11 @@
        const bottomGap = playVudio.getBoundingClientRect().bottom;
        const topGap = playVudio.getBoundingClientRect().top;
        if (bottomGap < 0 || topGap > window.innerHeight) {
          playVudio.requestPictureInPicture();
          try {
            if(playVudio.readyState) playVudio.requestPictureInPicture();
          } catch (error) {
              console.log(error,"小窗错误error");
          }
        }
      }
    },