aa
jiangping
2024-08-01 3134c86bd9e7596db5ecb6aa2ca996483c3de6f0
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)