收藏
回答

预览的excel转发打不开

服务器端生成xls格式的excel,前端下载下来,调用 wx.openDocument()进行预览,预览的时候分享出去,文件打不开



wx.downloadFile({

       url: networkManager.get_path() + 'file/' + res,

       success: function(res) {

         var filePath = res.tempFilePath

         wx.openDocument({

           filePath: filePath,

           success: function(res) {

           },

         })

       }

     })


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

1 个回答

  • 是小白啊
    是小白啊
    2019-06-19

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

    2019-06-19
    有用
    回复
登录 后发表内容