YM
2024-06-07 a8b5643e2051380f2c0d72f67e5a3244f743192b
src/books/artAndDance/view/components/index.vue
@@ -528,7 +528,7 @@
          const catalog = catalogDom.getAttribute("num");
          let text = null;
          if (target.querySelector("p")) {
            text = target.querySelector("p").textContent.substring(0, 20);
            text = target.querySelector("p").textContent.substring(0, 50);
          }
          // 返回页码和章节信息
          if (this.$store.state.qiankun && this.$store.state.qiankun.pageChange)