@@ -137,7 +137,7 @@
<img src="../../assets/source/unknow.png" v-else="item.type === 'other'" />
<span v-html="item.title" class="text-cut" style="max-width: 70%;cursor: pointer;"></span>
<div class="node-resource-tools">
- <div class="node-resource-tool" @click.stop="onDownload(item,index)">
+ <div class="node-resource-tool" @click.stop="onDownload(item,index)" v-if="['video','audio','doc','thum','other','image'].includes(item.type)">
<Icon type="md-download" />
<span>下载</span>
</div>