收藏
回答

微信下载页面打开文档出现黑屏loading页,关闭文档loading页还在

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

第一张是工具打开点击下载出现 第二张是手机端下载出现  第三张是loading 结束 文件页面 返回文档 再次出现loading页 再次点击才可以回到上级页面



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

1 个回答

  • 灵芝
    灵芝
    2019-01-28

    麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-01-28
    有用
    回复 5
    • colors
      colors
      2019-01-28

      模拟器和手机都是这样子的

         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

      2019-01-28
      回复
    • 灵芝
      灵芝
      2019-01-28回复colors

      这边测试是正常的,麻烦提供这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

      2019-01-28
      回复
    • colors
      colors
      2019-01-29回复灵芝

      我这边代码片段没问题 但是在实际项目中有问题

      2019-01-29
      回复
    • 灵芝
      灵芝
      2019-01-29回复colors

      建议检查一下是否其它逻辑影响

      2019-01-29
      回复
    • colors
      colors
      2019-01-29回复灵芝

      有可能是什么原因呢? 其他代码没问题啊

      2019-01-29
      回复
登录 后发表内容