src/books/aviationEtiquette/view/components/index.vue
@@ -159,7 +159,7 @@ // 测试页面跳转 // setTimeout(() => { // this.gotoPage(2, 6); // this.gotoPage(2, 9); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -917,7 +917,11 @@ const bottomGap = playVudio.getBoundingClientRect().bottom; const topGap = playVudio.getBoundingClientRect().top; if (bottomGap < 0 || topGap > window.innerHeight) { playVudio.requestPictureInPicture(); try { if(playVudio.readyState) playVudio.requestPictureInPicture(); } catch (error) { console.log(error,"小窗错误error"); } } } },