zhongshujie
2024-10-23 e9452a2408eef20d4a6841948377f55d75b38892
src/books/civilAviation/view/components/index.vue
@@ -4,7 +4,7 @@
      <div id="searchContent"></div>
    </div>
    <div class="page-content" :style="{
      fontSize: fontSize ? fontSize + 'px' : '16px',
      fontSize: fontSize ? fontSize + 'px' : '18px',
      transform: `scale(${pageZoom ? pageZoom : 1})`,
      transformOrigin: 'center top',
    }">
@@ -199,8 +199,6 @@
    scrollFun(event) {
      this.handleVideoPicture()
      // 判断向上滚动还是向下滚动
      console.log(11);
      if (event.target.scrollTop > this.previousScrollTop) {
        this.getAduio();
        // 向下