| | |
| | | wx.navigateTo({ |
| | | url: `${url}?productLinkPath=${item.productLinkPath}&parentProductLinkPath=${parentProductLinkPath}&parentName=${parentName}&activeId=${item.id}&bookId=${this.properties.bookInfo.id}&bookName=${this.properties.bookInfo.name}&cmsId=${this.properties.bookInfo.rootCmsItemId}&formPath=${this.properties.tab}&applyState=${this.properties.applyState}&deadline=${this.properties.deadline}`, |
| | | }); |
| | | <<<<<<< Updated upstream |
| | | ======= |
| | | |
| | | // debugger |
| | | >>>>>>> Stashed changes |
| | | if (item.selectType == "pdf" || item.selectType == "document") { |
| | | const fileLink = item.file ? item.file : item.freeFile |
| | | console.log(fileLink); |
| | |
| | | fileLink + |
| | | "&fileName=" + |
| | | item.name + |
| | | <<<<<<< Updated upstream |
| | | "&fileType=pdf" + |
| | | "&bookBuy=true" |
| | | ======= |
| | | "&fileType=pdf" + "&bookBuy=true" |
| | | >>>>>>> Stashed changes |
| | | }); |
| | | } |
| | | // if (item.selectType == "document") { |