闫增涛
2024-05-28 cb636fc0da716e6719ebaf3a848cdab47b130d96
src/App.vue
@@ -19,11 +19,11 @@
    childHealth,
    lifeCare,
    embedded,
    english,
    english
  },
  data() {
    return {
      activeBook: {},
      activeBook: {}
    };
  },
  async created() {
@@ -50,20 +50,23 @@
            (this.$store.state.qiankun, this.$store.state.qiankun.getBookConfig)
          ) {
            this.$store.state.qiankun.getBookConfig({
              bookConfig: this.activeBook,
              bookConfig: this.activeBook
            });
          }
        },
        }
      });
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "childHealth"
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 30;
      this.config.activeBook = this.activeBook;
      this.config.goodsStore = this.activeBook.storeRefcode;
    }
  },
  }
};
</script>
@@ -106,5 +109,4 @@
  border-bottom: 2px solid;
  cursor: pointer;
}
</style>