收藏
回答

wx.openDocument 能否支持打开文档的标题名称ios显示不正确,能否正确显示名称?

wx.openDocument 能否支持打开文档的标题名称ios显示不正确,能否正确显示名称?

机型:所有苹果手机。

微信版本:所有微信版本。

代码片段:

    wx.downloadFile({

      url: ‘https://www.wekia.cn/qitian/RAA-B6100.docx’,

      success: function (res) {

        var filePath = res.tempFilePath

        wx.openDocument({

          filePath: filePath,

          success: function (res) {

            console.log('打开文档成功')

          }

        })

      }

    })


最后一次编辑于  2020-03-06
回答关注问题邀请回答
收藏

2 个回答

  • Mr.Dolphin
    Mr.Dolphin
    2020-08-12

    downloadFile时设置filePath,包含文件名,这样打开文件时,文件名 就可以显示了

    filePath: wx.env.USER_DATA_PATH + '/这是自定义标题.' + fileType,
    
    2020-08-12
    有用
    回复
  • 是小白啊
    是小白啊
    2020-03-06

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

    2020-03-06
    有用
    回复 3
    • WShaw
      WShaw
      2020-03-06
      机型:所有苹果手机。
      微信版本:所有微信版本。
      代码片段:
          wx.downloadFile({
            url: ‘https://www.wekia.cn/qitian/RAA-B6100.docx’,
            success: function (res) {
              var filePath = res.tempFilePath
              wx.openDocument({
                filePath: filePath,
                success: function (res) {
                  console.log('打开文档成功')
                }
              })
            }
          })
      2020-03-06
      回复
    • 佳佳
      佳佳
      2020-03-20回复WShaw
      请问解决了吗?
      2020-03-20
      回复
    • WShaw
      WShaw
      2020-03-20回复佳佳
      没发解决,得等微信底层更新解决,是他们的问题
      2020-03-20
      回复
登录 后发表内容
问题标签