1
QYF-GitLab1
2025-01-22 2d075fb8460ee1a6e91ac20f63da585118bb2f50
src/books/artAndDance/view/components/index.vue
@@ -922,7 +922,7 @@
        const bottomGap = playVudio.getBoundingClientRect().bottom;
        const topGap = playVudio.getBoundingClientRect().top;
        if (bottomGap < 0 || topGap > window.innerHeight) {
          playVudio.requestPictureInPicture();
          if(playVudio.readyState) playVudio.requestPictureInPicture();
        }
      }
    }