修改详情报错
This commit is contained in:
parent
d8d8fd80d2
commit
fc1dd5d952
|
@ -9,12 +9,9 @@
|
|||
<a-descriptions-item label="试题数量"> {{ detailData.questionCount }} </a-descriptions-item>
|
||||
<a-descriptions-item label="备注"> {{ detailData.remark }} </a-descriptions-item>
|
||||
<a-descriptions-item label="课程封面图">
|
||||
<viewer :images="detailData.coverPath">
|
||||
<img :src="detailData.coverPath" />
|
||||
</viewer>
|
||||
<!-- <div>
|
||||
<img :src="detailData.coverPath" v-image-preview width="100" height="100">
|
||||
</div> -->
|
||||
<div>
|
||||
<img :src="detailData.coverPath">
|
||||
</div>
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
<div class="buttonGroup">
|
||||
|
|
Loading…
Reference in New Issue