litian
2024-12-31 0fcbda11823ac21e26f6ec660d497749e6afd17f
src/books/aviationEtiquette/view/components/index.vue
@@ -158,8 +158,8 @@
      }, 500);
  
      // 测试页面跳转
      setTimeout(() => {
        this.gotoPage(1, 6);
    // 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();
          }
        }
      },
@@ -940,7 +940,7 @@
      chapterTwo,
      chapterThree,
      chapterFour,
      chapterFive,
    chapterFive
    },
  };
  </script>
@@ -959,4 +959,3 @@
    }
  }
  </style>