oppr11s 按官方代码预览pdf不生效
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 回复
你好,问题未复现。请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。