Hbuilderx+vue2+微信小程序 预览pdf

javascript 复制代码
gotoPDF(pdfName) {
	uni.showLoading({
		title: 'loading'
			});
			wx.downloadFile({
				url: `http://211.153.55.36:4426/${pdfName}.pdf`,   // 服务器上的pdf文件地址
				success: function(res) {
					const filePath = res.tempFilePath
					wx.openDocument({
						filePath: filePath,
						fileType: 'pdf',
						showMenu: true,
						success: function(res) {
							uni.hideLoading()
							console.log('打开文档成功')
						},
						fail: function(err) {
							uni.hideLoading()
							console.log('fail:' + JSON.stringify(err));
						},
					})
				}
			})				
}
相关推荐
ZiYiMing2 小时前
miniprogram-automator 在 2026 年还能用吗?——官方 SDK 三处硬伤的排查与重建
微信小程序
Source.Liu5 小时前
【A11】基于 PDF 渲染引擎的统一文档界面架构设计
rust·pdf
拖孩6 小时前
一个人 + AI 做的小程序,上线 15 天赚了 10 块 5
前端·后端·微信小程序
show4338 小时前
2026微信小程序创作工具生态技术趋势:从单一功能到AI整合型平台演进
人工智能·微信小程序·小程序
paopaokaka_luck19 小时前
停车小程序(车牌OCR智能识别、地图API、Echarts图形化分析、智能车位预约、自动计费与订单处理)
小程序·ocr·echarts
单词记忆方法研究1 天前
大学英语单词:我踩过的坑,和你该走的路
机器学习·小程序·学习方法
Ai-_Man1 天前
怎么手动备份豆包智能体的聊天数据?
人工智能·ai·小程序
Ai-_Man1 天前
豆包收藏夹能批量导出吗?从底层逻辑拆解「AI导出鸭」如何解构这一技术难题
人工智能·ai·小程序
zhonyu鱼1 天前
Saber:专为触控笔设计的开源手写笔记与 PDF 批注工具
笔记·pdf·开源
微擎应用1 天前
小程序抽奖工具
小程序