From aaa13b34449445bdf7aa03d4a8fb3944b5250d6b Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 26 三月 2025 09:50:41 +0800
Subject: [PATCH] 婴幼儿照护实务

---
 src/books/aviationEtiquette/view/components/index.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue
index 1b8e48f..2d8d9eb 100644
--- a/src/books/aviationEtiquette/view/components/index.vue
+++ b/src/books/aviationEtiquette/view/components/index.vue
@@ -160,8 +160,8 @@
     }, 500);
 
     //娴嬭瘯椤甸潰璺宠浆
-    setTimeout(() => {
-      this.gotoPage(6, 169);
+    // setTimeout(() => {
+    //   this.gotoPage(5, 130);
       //   setTimeout(() => {
       //     this.renderSign("Highlight", {
       //       id: "2ACA9359",
@@ -175,7 +175,7 @@
       //     ids: ["2ACA9359"]
       //   });
       // }, 2000);
-    }, 500);
+    // }, 500);
 
     // const pageDom = (this.container ? this.container : document)
     //   .querySelector("#app")
@@ -920,7 +920,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");
           }

--
Gitblit v1.9.1