收藏
回答

wx.openDocument打不开Word,pc端能打开,手机鸿蒙系统打不开,其他格式能打开

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.openDocument 微信安卓客户端 8.0.35 2.32.0
l downloadFile: function(event{
    wx.showLoading({
      title'文档打开中...',
    })
    wx.cloud.downloadFile({
      fileID'cloud://aihui-8g54m1fd5fd15fb1.6169-aihui-8g54m1fd5fd15fb1-1304903619/note/file/61882'
    }).then(res => {
      const filePath = res.tempFilePath
      wx.openDocument({
        filePath: filePath,
        showMenutrue,
        fileType:'doc',
        successres => {
          console.log(res)
          console.log('打开文档成功')
          wx.hideLoading()
        }
      })
    }).catch(error => {
      // handle error
    })
  },
回答关注问题邀请回答
收藏

4 个回答

登录 后发表内容