闫增涛
2024-11-06 56cdf07f8496685ba906ea75e7eb2faebb35371b
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();
          }
        }
      },