| | |
| | | resourceTypeValueList: [], |
| | | // 查询结果 |
| | | resultList: [], |
| | | loading: false, |
| | | loading: true, |
| | | pdfLoading: false, |
| | | }; |
| | | }, |
| | |
| | | if (this.details.cmsItemType == "video" || this.details.cmsItemType == "audio") { |
| | | if (this.details.file != "") { |
| | | this.details.src = await this.getResourcePath(this.details.file) |
| | | console.log(this.details.src, "视频地址"); |
| | | } |
| | | } |
| | | |
| | |
| | | cmsType: ["cmsItem"], |
| | | "Id=": [id + ""], |
| | | source: [], |
| | | isbn: [], |
| | | year: [], |
| | | abstract: [], |
| | | keyWords: [], |
| | |
| | | // 'id=':[this.$route.params.key], |
| | | "resourceType*": this.resourceTypeValueList, |
| | | source: [], |
| | | isbn: [], |
| | | year: [], |
| | | abstract: [], |
| | | keyWords: [], |
| | |
| | | cmsType: ["cmsItem"], |
| | | "resourceType*": this.resourceTypeValueList, |
| | | source: [], |
| | | isbn: [], |
| | | year: [], |
| | | abstract: [], |
| | | keyWords: [], |
| | |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | |
| | | .abstract-title{ |
| | | .abstract-title { |
| | | font-weight: bold; |
| | | } |
| | | |
| | | span { |
| | | font-family: Source Han Sans; |
| | | font-size: 14px; |
| | |
| | | color: #333; |
| | | border-left: 1px solid #2c2c2c; |
| | | } |
| | | |
| | | margin-bottom: 15px; |
| | | } |
| | | |