| | |
| | | isFavourite: true, |
| | | richStyle: 'font-size: 28rpx;color: #333; line-height: 48rpx;text-align: justify;margin: 20rpx; ', |
| | | briefIconClick: { |
| | | name: "/static/images/bookService/detail/tushujianjie-click.png", |
| | | name: "/static/images/bookService/detail/tushujianjie-g.png", |
| | | }, |
| | | relatedBookData: [], |
| | | publicationDate: '', |
| | |
| | | duration: 1000, |
| | | }); |
| | | } |
| | | }, |
| | | |
| | | // console.log(item, app.config.textReaderUrl); |
| | | // console.log(token); |
| | | goRead() { |
| | | |
| | | const item = this.data.digitalsData |
| | | |
| | | let token = wx.getStorageSync(app.config.tokenKey) |
| | | console.log(); |
| | | const URL = app.config.textReaderUrl + '?bookId=' + item.refCode + "&tryPageCount=" + item.probationPage + "&token=" + token |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | wx.navigateTo({ |
| | | url: '/pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index?refCode=' + item.refCode + "&tryPageCount=" + item.probationPage |
| | | }); |
| | | |
| | | } |
| | | }) |