预览课件 分 资源预览和课件预览

This commit is contained in:
18571350067 2022-02-27 20:48:14 +08:00
parent 11b0e529a5
commit 4327590091
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<a-card :bordered="false" title="课件预览">
<a-card :bordered="false" :title="pageName">
<template slot="extra">
<h4 style="margin-right: 15px; display:inline-block">{{ courseware.classifyName }}</h4>
<a-button v-if="!!!coursewareId" size="small" @click="goback">返回</a-button>
@ -126,6 +126,7 @@ export default {
watch: {},
data () {
return {
pageName:this.$route.query.isOther == 1 ? '资源预览' : '课件预览',
images: [],
type: 1,
isactive: 0,