h5和微信小程序查看pdf文件
const lookInvoice = ()=>{let url;
// #ifdef H5url='/static/pdfjs/hybrid/pdf.html?url=' + encodeURI(detail.value.pdfUrl)routePage({path:"/pages/common/webview",query:{url:encodeURI(url)}})
// #endif
// #ifdef MP-WEIXINurl=detail.value.pdfUrl//获取设备类型uni.getSystemInfo({success: res => {console.log(res.platform);// if (res.platform === 'android') {uni.downloadFile({url: url,success: function(res) {const filePath = res.tempFilePath;uni.openDocument({filePath: filePath,success: function(res) {console.log('打开文档成功');}});}});}})
// #endif}
h5使用pdf文件下载地址链接:https://download.csdn.net/download/weixin_42488377/91756377