unknown
2024-05-28 62b664eba4027b412609c81fd3d418a66bf5bfc5
src/App.vue
@@ -55,11 +55,9 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "english"
        this.config.resourceCtx + "lifeCare"
      );
      console.log("ac", this.activeBook);
      this.config.activeBook = this.activeBook;
      debugger;
      this.config.goodsStore = this.activeBook.storeRefcode;
    }
  },
@@ -103,5 +101,7 @@
.notesline {
  padding-bottom: 2px;
  border-bottom: 2px solid;
  cursor: pointer;
}
</style>