| | |
| | | cmsId: '', |
| | | productLinkPath: '', |
| | | parentProductLinkPath: '', |
| | | formPath: '' |
| | | formPath: '', |
| | | copyUrl: '', |
| | | }, |
| | | |
| | | /** |
| | |
| | | "/file/api/ApiDownload?md5=" + |
| | | book.freeFile; |
| | | console.log(fileLink, "fileLink"); |
| | | this.setData({ |
| | | copyUrl: fileLink |
| | | }) |
| | | // wx.redirectTo({ |
| | | // url: "/packageBookService/pages/bookServices/webView/index?url=" + fileLink |
| | | // }); |
| | |
| | | }) |
| | | }, |
| | | |
| | | copyUrl(e) { |
| | | |
| | | let url = e.currentTarget.dataset.value |
| | | console.log(url) |
| | | // wx.setClipboardData(url) |
| | | wx.setClipboardData({ |
| | | data: `${e.currentTarget.dataset.value}`, |
| | | success(res) { |
| | | console.log(res.data) // data |
| | | }, |
| | | fail(err) { |
| | | reject(err); |
| | | } |
| | | }) |
| | | }, |
| | | /** |
| | | * 用户点击右上角分享 |
| | | */ |