lll
liukangdong
2024-08-01 3508c76f824c6632b47aff17b1ec2f2a11c504fc
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)