|
|
@@ -38,9 +38,8 @@
|
|
|
<div class="collection-con">
|
|
|
<ul>
|
|
|
<li class="theme-color" @click="gotoShow(item)" v-for="(item,i) in tableData" :key="i">
|
|
|
- <!-- :src="'http://8.135.106.227:8002/'+form.unityPic" -->
|
|
|
<div class="li-img">
|
|
|
- <el-image :fit="'cover'" style="width:100%;height:100%;" :src="'http://8.135.106.227:8002/'+form.Pic"></el-image>
|
|
|
+ <el-image :fit="'cover'" style="width:100%;height:100%;" :src="'http://8.135.106.227:8002/'+item.pic"></el-image>
|
|
|
<!-- <div class="liulan"><span>浏览量: {{Math.round(Math.random()*100000)}}</span> 点赞数: {{Math.round(Math.random()*1000)}}</div> -->
|
|
|
</div>
|
|
|
<div>{{item.timeName}} {{item.typeName}} <span @click.stop="del(item)" class="del">删除</span></div>
|