闫增涛
2024-05-17 44545294897f707d00d9a1e8ea3ffd2af1595956
src/books/childHealth/view/index.vue
@@ -1,5 +1,5 @@
<template>
  <div class="temp-book" @mouseup="handleMouseUp">
  <div class="temp-book" @mouseup="handleMouseUp" >
    <pageContent></pageContent>
  </div>
</template>
@@ -19,6 +19,9 @@
      cardList: [],
      isMouseDown: false
    };
  },
  computed: {
  },
  mounted() {
    this.getBookInfo();
@@ -60,7 +63,6 @@
        }
      };
      this.MG.store.getProductDetail(query).then((res) => {
        console.log("图书信息", res.datas);
        this.$data.bookData = res.datas;
        this.$store.commit("setRootCmsItemId", res.datas.rootCmsItemId);
      });
@@ -102,15 +104,6 @@
              y: e.y
            });
          }
          console.log("选中的文字", {
            chapterNum,
            txt,
            selection,
            node,
            page,
            x: e.x,
            y: e.y
          });
        }
      } else {
        if (this.$store.state.qiankun.windowSelection) {
@@ -118,8 +111,8 @@
            chapterNum: "",
            txt: "",
            page: "",
            x: "",
            y: ""
            x: e.x,
            y: e.y
          });
        }
      }