From 0de743f6fd8cb64b67c9f0c3279769d60c53b09d Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期三, 22 一月 2025 16:37:39 +0800
Subject: [PATCH] tuoyujigou

---
 src/books/meetingPlanners/view/components/index.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/books/meetingPlanners/view/components/index.vue b/src/books/meetingPlanners/view/components/index.vue
index 4b8129b..bfd02d9 100644
--- a/src/books/meetingPlanners/view/components/index.vue
+++ b/src/books/meetingPlanners/view/components/index.vue
@@ -102,7 +102,6 @@
     // 榛樿鍔犺浇绔犺妭
     this.showCatalogList = [1];
     // 婊氬姩鐩戝惉鑺傛祦
-    debugger
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,
       this.throttleThreshold,
@@ -157,8 +156,8 @@
     }, 500);
 
     //娴嬭瘯椤甸潰璺宠浆
-    setTimeout(() => {
-      this.gotoPage(3, 134);
+    // setTimeout(() => {
+    //   this.gotoPage(3, 96);
       //   setTimeout(() => {
       //     this.renderSign("Highlight", {
       //       id: "2ACA9359",
@@ -172,7 +171,7 @@
       //     ids: ["2ACA9359"]
       //   });
       // }, 2000);
-    }, 500);
+    // }, 500);
 
     // const pageDom = (this.container ? this.container : document)
     //   .querySelector("#app")
@@ -218,7 +217,6 @@
         ) {
           console.log(1);
 
-          debugger
           // 鍒拌揪闃堝��
           if (
             this.showCatalogList[this.showCatalogList.length - 1] <

--
Gitblit v1.9.1