mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
先提交
This commit is contained in:
@@ -119,11 +119,6 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
initSrc(url){
|
|
||||||
if(url && url.indexOf('.pdf')>-1){
|
|
||||||
//this.src = url;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
prePage(type) {
|
prePage(type) {
|
||||||
if (this.currentPage > 1) {
|
if (this.currentPage > 1) {
|
||||||
this.currentPage--;
|
this.currentPage--;
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.pdfPath=this.basePath+'/case/demo.pdf';
|
||||||
this.resolveId = this.$route.query.id;
|
this.resolveId = this.$route.query.id;
|
||||||
if (this.resolveId) {
|
if (this.resolveId) {
|
||||||
this.getCaseData();
|
this.getCaseData();
|
||||||
@@ -197,7 +198,7 @@ export default {
|
|||||||
.jianjie {
|
.jianjie {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 20px 100px 10px 100px;
|
padding: 0px 0px 10px 0px;
|
||||||
.content {
|
.content {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|||||||
Reference in New Issue
Block a user