先提交

This commit is contained in:
daihh
2022-06-06 10:23:38 +08:00
parent 72e2763388
commit f2d66a8a57
2 changed files with 2 additions and 6 deletions

View File

@@ -119,11 +119,6 @@ export default {
});
}
},
initSrc(url){
if(url && url.indexOf('.pdf')>-1){
//this.src = url;
}
},
prePage(type) {
if (this.currentPage > 1) {
this.currentPage--;

View File

@@ -98,6 +98,7 @@ export default {
};
},
mounted() {
this.pdfPath=this.basePath+'/case/demo.pdf';
this.resolveId = this.$route.query.id;
if (this.resolveId) {
this.getCaseData();
@@ -197,7 +198,7 @@ export default {
.jianjie {
margin: 15px 0;
background-color: #fff;
padding: 20px 100px 10px 100px;
padding: 0px 0px 10px 0px;
.content {
padding: 10px 0;
line-height: 25px;