litian
2025-01-01 16ffef37260822329ab6f796f9606d0da42c41f9
src/books/aviationSafety/view/components/index.vue
@@ -165,7 +165,7 @@
  
      // 测试页面跳转
      setTimeout(() => {
        this.gotoPage(6,72);
        this.gotoPage(1,1);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -927,7 +927,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");
          }
          }
        }
      },