From 8113647226209422d377515271cc239e49c614cf Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 22 十月 2024 18:20:50 +0800 Subject: [PATCH] 删除 --- src/books/civilAviation/view/components/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/books/civilAviation/view/components/index.vue b/src/books/civilAviation/view/components/index.vue index 2941d7f..294406d 100644 --- a/src/books/civilAviation/view/components/index.vue +++ b/src/books/civilAviation/view/components/index.vue @@ -94,6 +94,7 @@ // 榛樿鍔犺浇绔犺妭 this.showCatalogList = [1]; // 婊氬姩鐩戝惉鑺傛祦 + debugger this.throttledScrollHandler = _.throttle( this.scrollFun, this.throttleThreshold, @@ -207,6 +208,9 @@ currentScrollTop >= event.target.scrollHeight - this.loadThreshold ) { + console.log(1); + + debugger // 鍒拌揪闃堝�� if ( this.showCatalogList[this.showCatalogList.length - 1] < -- Gitblit v1.9.1