收藏
回答

wx.openDocument docx被自动转换为pdf?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.openDocument 微信安卓客户端 3.1.0.72 2.12.2

wx.downloadFile({

url: url,

success(res2) {

console.log(res2)

wx.openDocument({

filePath: res2.tempFilePath,

fileType: 'docx',

success() {

that.toast('文件打开成功')

},

fail(ee) {

console.log(ee)

that.toast("文件打开失败:" + ee.errMsg)


}

})

},

fail(e) {

that.toast("文件下载失败:" +url+ e.errMsg)

}

})

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签