<web-view :src="url"></web-view>
export default {
data() {
return {
name: 'PDF',
url: '',
fileName:'',
}
},
onLoad() {
this.name = this.$Route.query.name;
this.fileName = this.$Route.query.fileName;
//alert(this.name+"---"+this.fileName);
uni.setNavigationBarTitle({
title: this.name
})
this.getUrl();
},
methods: {
getUrl() {
this.url = 'https://yolide.oss-cn-shanghai.aliyuncs.com/'+encodeURIComponent(this.fileName);
console.log(this.url);
//
}
}
}
手机上 删除开发版、体验版、正式版,再次搜索访问,开发体验正式 存在缓存,手机上有开发版,即使线上配置了 该手机依然不会生效,这个时候删除开发版,线上版重新访问下就会正常了
使用openDocument这个API打开文档,小程序内的webview应该不支持预览PDF
PDF地址:https://yolide.oss-cn-shanghai.aliyuncs.com/1680759941630_430105(2023-02-27~2023-03-05).pdf