mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56: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) {
|
||||
if (this.currentPage > 1) {
|
||||
this.currentPage--;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user