收藏
回答

电脑版微信 打不开xls文件 测试了可以打开pdf文件 其余格式的好像都打不开?

wx.downloadFile({

      url: myUrl,

      success: function (res) {

        const filePath = res.tempFilePath

        console.log(filePath)

        wx.openDocument({

          filePath: filePath,

          success: function (res) {

            console.log('打开文档成功')

          }

        })

      }

    })

类似这样的步骤 手机都可以打开

唯独电脑版微信打不开 请大佬们解答 谢谢!

回答关注问题邀请回答
收藏
登录 后发表内容