1
YM
2024-05-15 36b2be2f2d02a0f66c78e56e2567b388e0418e8f
src/books/childHealth/view/content/index.vue
@@ -223,7 +223,7 @@
        // 绑定事件
        const thisAddDom = (
          this.container ? this.container : document
        ).querySelector(`[dataid="${id}"]`);
        ).querySelector(`[dataid="${data.id}"]`);
        thisAddDom.addEventListener("click", function (e) {
          console.log("点击事件回调的实例,通过这个参数获取类型", e);
          if (this.$store.state.qiankun && this.$store.state.qiankun.signClick)