mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 02:46:48 +08:00
fix:面授课附件不能下载问题
This commit is contained in:
@@ -90,12 +90,12 @@
|
||||
下载
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div v-else class="download">-->
|
||||
<!-- <img style="width: 16px; height: 15px" src="../../assets/image/download.png" />-->
|
||||
<!-- <div style="margin-left: 5px" @click="download(el.name? el.response.data : el)">-->
|
||||
<!-- 下载-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div v-else class="download">
|
||||
<img style="width: 16px; height: 15px" src="../../assets/image/download.png" />
|
||||
<div style="margin-left: 5px" @click="download(el.name? el.response.data : el)">
|
||||
下载
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user