- 当前 Bug 的表现(可附上截图)
wx.downloadFile({
url: downloadContractResponse,
success: function (res) {
console.log(res)
var filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
success: function (res) {
console.log(res)
console.log('打开文档成功');
wx.hideLoading();
req.baseUrl(config.URL_API_CRM);
}
})
}
})
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
请问处理了吗?我现在安卓也是分享出去,打不开文件
华为M3 平板。安卓系统。点击发给好友后,文件却少后缀。请跟进。
手机:oppoA79k
wx.downloadFile({
url: "你们自己弄个pdf的链接",
success: function (res) {
console.log(res)
var filePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
success: function (res) {
console.log(res)
console.log('打开文档成功');}
})
}
})
安卓手机下载并打开文件然后点击上角发送按钮给好友,微信里边打不开(安卓手机都是,苹果手机右上角根本就没有)
你好,请提供PDF链接,方便测试
你好,经确认,目前实现如此,我们会在后续的版本中考虑增加类似功能
你好请问现在还没有这个功能,右上角那三个点能在小程序中配置隐藏吗,不然很多用户会去点,点了发送又不能打开
这边反馈一下该需求
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。