|
|
@ -71,6 +71,8 @@ |
|
|
|
<image v-else-if="section.fileType === 'mp4'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/video.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'mp4'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/video.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'doc' || section.fileType === 'docx'" class="ext" |
|
|
|
<image v-else-if="section.fileType === 'doc' || section.fileType === 'docx'" class="ext" |
|
|
|
src="https://eduvessel.com/images/occupationlab/exts/word.png" alt=""> |
|
|
|
src="https://eduvessel.com/images/occupationlab/exts/word.png" alt=""> |
|
|
|
|
|
|
|
<image v-else-if="section.fileType === 'xlsx' || section.fileType === 'xls'" class="ext" |
|
|
|
|
|
|
|
src="https://eduvessel.com/images/occupationlab/exts/excel.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'txt'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/txt.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'txt'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/txt.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'pdf'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/pdf.png" alt=""> |
|
|
|
<image v-else-if="section.fileType === 'pdf'" class="ext" src="https://eduvessel.com/images/occupationlab/exts/pdf.png" alt=""> |
|
|
|
<image v-else class="ext" src="https://eduvessel.com/images/occupationlab/exts/pic.png" alt=""> |
|
|
|
<image v-else class="ext" src="https://eduvessel.com/images/occupationlab/exts/pic.png" alt=""> |
|
|
@ -248,14 +250,14 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 获取介绍 |
|
|
|
// 获取介绍 |
|
|
|
async getInfo () { |
|
|
|
async getInfo () { |
|
|
|
if (this.mallId) { |
|
|
|
if (this.mallId) { |
|
|
|
const res = await detailsOfGoods({ |
|
|
|
const res = await detailsOfGoods({ |
|
|
|
mallId: this.mallId |
|
|
|
mallId: this.mallId |
|
|
|
}) |
|
|
|
}) |
|
|
|
const e = res.orderDetails.mall |
|
|
|
const e = res.orderDetails.mall |
|
|
|
this.coverUrl = e.coverDrawing |
|
|
|
this.coverUrl = e.coverDrawing |
|
|
|
this.briefIntroduction = e.detailedIntroduction |
|
|
|
this.briefIntroduction = e.detailedIntroduction |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 记录最近使用 |
|
|
|
// 记录最近使用 |
|
|
|
async addRecord () { |
|
|
|
async addRecord () { |
|
|
|