当前位置:   article > 正文

uniapp之pdf预览_uniapp 预览pdf

uniapp 预览pdf

1.引入 https://mozilla.github.io/pdf.js/getting_started/#download
在这里插入图片描述
2.HTML

			   <view class="enclosureList" @tap="preview(item.attachName,item.attachUrl)"  v-for="(item,index) in info.attachList" :key="index">{
   {
   item.attachName}}</view>
			   			preview(type,id){
   
				if(type.slice(-3) =='pdf'){
   
					 uni.navigateTo({
   
						  url:'/pages/my/pdf?pdfUrl='+ id
					})
					console.log(id)
				}else{
   
					this.downLoadFile(id)
				}
				
			},
			//下载文件
			downLoadFile(id){
   
				/*var fileUrl = this.content.enclosureUrl; 
				var url =decodeURIComponent(fileUrl);//对 encodeURIComponent() 函数编码的 URI 进行解码
				var reg = new RegExp(":443");
				url = url.replace(reg,"");*/
				
				//下载文件,生成临时地址
				uni.showLoading({
   
					title: '下载中...',
				})
				uni.d
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/酷酷是懒虫/article/detail/1001428
推荐阅读
相关标签
  

闽ICP备14008679号