This commit is contained in:
花有清香月有阴
2022-02-18 11:14:23 +08:00
parent f448a9a12a
commit c7454c23b4
18 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
<div class="status status0" :class="detail.auditStatus == 0 ? 'status0' : detail.auditStatus == 1 ? 'status1' : 'status2'">{{ $dict.getLabel('auditStatus', detail.status) }}</div>
<div class="dels" @click.stop=";(modalShow = true), (deleId = detail.id)">删除</div>
<!-- <img src="../../static/AppVillager/4.png" alt="" @click.stop="delShow = true" class="dels" /> -->
<!-- <img src="https://cdn.cunwuyun.cn/dvcp/AppVillager4.png" alt="" @click.stop="delShow = true" class="dels" /> -->
</div>
</div>
</div>
@@ -38,19 +38,19 @@
<div class="icones">
<div class="img1">
<img src="../../static/AppVillager/1.png" alt="" class="img11" />
<img src="https://cdn.cunwuyun.cn/dvcp/AppVillager1.png" alt="" class="img11" />
</div>
<div class="rightFlex">
<img src="../../static/AppVillager/2.png" alt="" class="img2" @click="poupShow = true" />
<img src="../../static/AppVillager/3.png" alt="" class="img3" @click="like" />
<img src="https://cdn.cunwuyun.cn/dvcp/AppVillager2.png" alt="" class="img2" @click="poupShow = true" />
<img src="https://cdn.cunwuyun.cn/dvcp/AppVillager3.png" alt="" class="img3" @click="like" />
</div>
</div>
</div>
<div class="reply">
<div class="replyTop" @click="deleShowBtn(item)">
<img src="../../static/AppVillager/3.png" alt="" />
<img src="https://cdn.cunwuyun.cn/dvcp/AppVillager3.png" alt="" />
<span class="people">张三李四陶白白等12人</span>
</div>