收藏
回答

微信小程序下载完附件后预览没反应?

download:function(e){

    var  url = e.currentTarget.dataset.url;

    console.log(url)

    wx.downloadFile({

      url: url,

      success: function (res) {

        console.log(res)

        const filePath = res.tempFilePath

        wx.openDocument({

          filePath: filePath,

          success: function (res) {

             

          }

        })

      }

    })

  }

最后一次编辑于  2020-04-02
回答关注问题邀请回答
收藏
登录 后发表内容
问题标签