wechat_staff/pages/download/index.js
@@ -47,7 +47,7 @@ if (item.checked) { getContentShareImg({ articleId: `${downloadConfig.id}_${downloadConfig.path}`, type: this.takeQrcode ? 1 : 0, type: this.takeQrcode ? 0 : 1, imgurl: item.url }).then(res => { wx.downloadFile({ @@ -102,10 +102,6 @@ downloadList: temp, downloadConfig }) setTimeout(() => { wx.setStorageSync('downloadList', []) wx.setStorageSync('downloadConfig', {}) }, 500) }, openParam() { const downloadList = this.data.downloadList.filter(i => i.checked)