zhongshujie
8 小时以前 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b
src/books/preschoolEvaluation/view/components/index.vue
@@ -23,6 +23,7 @@
</template>
<script>
import Vue from "vue";
import pageHeader from "./header.vue";
import chapterOne from "./chapter001.vue";
import chapterTwo from "./chapter002.vue";
@@ -172,7 +173,7 @@
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(11, 290);
      this.gotoPage(2, 34);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -935,7 +936,11 @@
        const topGap = playVudio.getBoundingClientRect().top;
        if (bottomGap < 0 || topGap > window.innerHeight) {
          try {
            if (playVudio.readyState) playVudio.requestPictureInPicture();
            if (playVudio.readyState) {
              setTimeout(()=>{
                playVudio.requestPictureInPicture();
              },0)
            }
          } catch (error) {
            console.log(error, "小窗错误error");
          }