oppr11s 按官方代码预览pdf不生效

发布于 8 年前作者 hshen16739 次浏览最后编辑 8 年前来自 ask

wx.downloadFile({ url: data.content.pdfUrl, success: function(res) { wx.showToast({ title: ‘下载完毕’ }) var filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function(res) { console.log(‘打开文档成功’) } }) } })

1 回复
pzhong
pzhong1 楼6 年前

你好,问题未复现。请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。