小程序
小游戏
企业微信
微信支付
扫描小程序码分享
第一张是工具打开点击下载出现 第二张是手机端下载出现 第三张是loading 结束 文件页面 返回文档 再次出现loading页 再次点击才可以回到上级页面
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
模拟器和手机都是这样子的
wx.downloadFile({
url: item.currentTarget.dataset.item.homework.filePath,
success(res) {
const filePath = res.tempFilePath
console.log(filePath, 'filePath')
wx.openDocument({
filePath,
console.log('打开文档成功')
}
})
item.currentTarget.dataset.item.homework.filePath==https://jswcourse.com/pub/upload/pub/homework/1548667809597.pdf
这边测试是正常的,麻烦提供这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我这边代码片段没问题 但是在实际项目中有问题
建议检查一下是否其它逻辑影响
有可能是什么原因呢? 其他代码没问题啊
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
模拟器和手机都是这样子的
wx.downloadFile({
url: item.currentTarget.dataset.item.homework.filePath,
success(res) {
const filePath = res.tempFilePath
console.log(filePath, 'filePath')
wx.openDocument({
filePath,
success(res) {
console.log('打开文档成功')
}
})
}
})
item.currentTarget.dataset.item.homework.filePath==https://jswcourse.com/pub/upload/pub/homework/1548667809597.pdf
这边测试是正常的,麻烦提供这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
我这边代码片段没问题 但是在实际项目中有问题
建议检查一下是否其它逻辑影响
有可能是什么原因呢? 其他代码没问题啊