| | |
| | | } = this.data |
| | | let that = this |
| | | getContentShareImg({ |
| | | articleId: path + '&' + info.id, |
| | | articleId: `${info.id}&${path}&${wx.getStorageSync('member').id}`, |
| | | type: '1', |
| | | // pageUrl: path, |
| | | imgurl: info.coverImage, |
| | |
| | | }) |
| | | }, |
| | | batchDown() { |
| | | console.log('点解了下载'); |
| | | this.triggerEvent('down') |
| | | setTimeout(() => { |
| | | eventBus.emit('batchDown', [1,2,3]) |
| | | const downloadList = this.data.info.imageurlList || [] |
| | | wx.setStorageSync('downloadList', downloadList) |
| | | wx.navigateTo({ |
| | | url: '/pages/download/index', |
| | | }, 1000) |
| | | setTimeout(() => { |
| | | wx.navigateTo({ |
| | | url: '/pages/download/index', |
| | | }, 1000) |
| | | }) |
| | | }, |
| | | closeCard() { |
| | | this.setData({ isShowPoster: false }) |