| | |
| | | childHealth, |
| | | lifeCare, |
| | | embedded, |
| | | english, |
| | | english |
| | | }, |
| | | data() { |
| | | return { |
| | | activeBook: {}, |
| | | activeBook: {} |
| | | }; |
| | | }, |
| | | async created() { |
| | |
| | | (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 + "lifeCare" |
| | | ); |
| | | // 测试试读30页 |
| | | // this.activeBook.tryPageCount = 30; |
| | | |
| | | this.config.activeBook = this.activeBook; |
| | | this.config.goodsStore = this.activeBook.storeRefcode; |
| | | } |
| | | }, |
| | | } |
| | | }; |
| | | </script> |
| | | |
| | |
| | | border-bottom: 2px solid; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | </style> |