获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- wx.openDocument在 PC 端打不开pdf文档,在手机端表现正常。请问是API的问题吗?
代码片段如下 [图片] 返回的错误提示信息是:opendocument :fail: access denied 线上小程序:熊单
2022-03-30 - pc端使用wx.openDocument 打开pdf 文件会失败
wx.openDocument({ filePath:savedFilePath, showMenu:true, fileType: 'pdf', success :function (res) { wx.hideLoading() }, fail:function ( error) { wx.showToast({ title: '打开文件失败', //这里打开失败 icon: 'none' }) } }) 文件打开失败
2022-03-04