From 51ad6706fed4b080b0cb1bb771028a551b9ec27c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 22 十月 2024 15:19:18 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/civilAviation/view/components/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/books/civilAviation/view/components/index.vue b/src/books/civilAviation/view/components/index.vue index 2941d7f..b7efa64 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, @@ -198,6 +199,8 @@ scrollFun(event) { this.handleVideoPicture() // 鍒ゆ柇鍚戜笂婊氬姩杩樻槸鍚戜笅婊氬姩 + console.log(11); + if (event.target.scrollTop > this.previousScrollTop) { this.getAduio(); // 鍚戜笅 @@ -207,6 +210,9 @@ currentScrollTop >= event.target.scrollHeight - this.loadThreshold ) { + console.log(1); + + debugger // 鍒拌揪闃堝�� if ( this.showCatalogList[this.showCatalogList.length - 1] < -- Gitblit v1.9.1