5***@qq.com
5***@qq.com
  • 发布:2019-10-08 09:50
  • 更新:2019-10-08 09:50
  • 阅读:999

小程序打开pdf需要点击两次

分类:uni-app
test() {  
                uni.downloadFile({  
                  url: 'http://cn.createpdfonline.org/pdffiles/hou(20191008093231).pdf',  
                  success: function (res) {  
                    var filePath = res.tempFilePath;  
                    uni.openDocument({  
                      filePath: filePath,  
                      success: function (res) {  
                        console.log('打开文档成功');  
                      }  
                    });  
                  }  
                });  
            }

按照文档的写法,可以打开pdf文档,但是需要点击两次后才会新开页面预览pdf
求解?!!

2019-10-08 09:50 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复