YM
2024-05-27 0edf94722a0dcc338567fec7df76b2e0acd39b92
src/pages/inherit/index.vue
@@ -1,5 +1,5 @@
<template>
  <view class="">
  <view >
    <headNav
      idIndex="2"
      :searchBg="false"
@@ -111,7 +111,6 @@
  },
  onLoad(options) {
    this.idIndex = options.id;
    console.log("optionsoptionsoptions", options.id);
  },
  mounted() {
    this.getStatistics();
@@ -127,7 +126,7 @@
    getData() {
      this.nodeData = [];
      // const defaultDynasty = this.dynasty.find(f.dynasty == "宋");
      this.showTool = false;
      inheritMedicalList({
        keywords: this.keyword,
        dynastyId: this.activeId,
@@ -252,7 +251,6 @@
        }
      });
      myChart.on("click", (params) => {
        console.log(params.event.offsetX, params.event.offsetY);
        if (params.componentType === "series") {
          this.showTool = true;
          this.toolTop = params.event.offsetY + "px";
@@ -400,11 +398,11 @@
  border: none;
  outline: none;
  margin: auto;
  width: 100%;
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
}
.searchBox > button {
  width: 10%;
  color: white;
  height: 40px;
  line-height: 40px;