zhongshujie
2024-10-31 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2
src/books/civilAviationServices/view/components/index.vue
@@ -908,7 +908,7 @@
          const bottomGap = playVudio.getBoundingClientRect().bottom;
          const topGap = playVudio.getBoundingClientRect().top;
          if (bottomGap < 0 || topGap > window.innerHeight) {
            playVudio.requestPictureInPicture();
            if(playVudio.readyState) playVudio.requestPictureInPicture();
          }
        }
      },