| | |
| | | |
| | | getBookInfo(refcode) { |
| | | const obj = { |
| | | storeInfo: app.config.jslx, |
| | | path: app.config.jslx, |
| | | storeInfo: app.config.goodsStore, |
| | | path: app.config.goodsStore, |
| | | queryType: 'ProductCmsItem', |
| | | SysType: "CmsItem", |
| | | RefCode: refcode, |
| | |
| | | formPath: book.learnSelectType ? 'jsek_cloudLearning' : '' |
| | | }) |
| | | wx.redirectTo({ |
| | | url: `${url}?productLinkPath=${this.data.productLinkPath}&parentProductLinkPath=${this.data.parentProductLinkPath}&bookId=${book.productLinkInfo.ProductId}&activeId=${book.id}&bookName=${book.productLinkInfo.Name}&cmsId=${book.id}&storeInfo=${book.storeInfo}&formPath=${this.data.formPath}`, |
| | | url: `${url}?productLinkPath=${this.data.productLinkPath}&parentProductLinkPath=${this.data.parentProductLinkPath}&bookId=${book.productLinkInfo.ProductId}&activeId=${book.id}&bookName=${book.productLinkInfo.Name}&cmsId=${book.id}&formPath=${this.data.formPath}`, |
| | | }); |
| | | |
| | | if (book.selectType == "pdf" || book.selectType == 'document') { |