This commit is contained in:
zhangsir
2024-09-11 17:53:34 +08:00
parent f39a1417b6
commit 5d6b2b6532
5 changed files with 33 additions and 6 deletions

View File

@@ -264,7 +264,7 @@
</div>
<div v-if="item.id" style="display: flex;justify-content: flex-end;">
<div style="margin:8px 0;">
<interactBar :type="3" :data="item" :comments="false" :shares="true"></interactBar>
<interactBar @deleteFavorite="deleteFavorite" :type="3" :data="item" :comments="false" :shares="true"></interactBar>
</div>
</div>
</div>
@@ -838,6 +838,9 @@ export default {
},
methods: {
deleteFavorite(e){
this.search()
},
positiveReview(e){
this.favorableName = this.switch[e]
this.getPositive()
@@ -2498,7 +2501,7 @@ export default {
// color: #fff;
}
// .png{
// background: url('../../../assets/images/case/Frame(17).png') no-repeat;
// background: url('../../../assets/images/case/wighttime.png') no-repeat;
// }
}
.png{
@@ -2537,7 +2540,7 @@ export default {
.png{
width: 20px;
height: 20px;
background: url('../../../../public/images/browse.png') no-repeat;
background: url('../../../assets/images/case/wighttime.png') no-repeat;
background-size: 100%;
margin-right: 9px;
}
@@ -2563,7 +2566,7 @@ export default {
// color: #fff;
}
// .png{
// background: url('../../../assets/images/case/Frame(4).png') no-repeat;
// background: url('../../../assets/images/case/wight.png') no-repeat;
// }
}
.png{
@@ -2602,7 +2605,7 @@ export default {
.png{
width: 18px;
height: 18px;
background: url('../../../../public/images/collect.png') no-repeat;
background: url('../../../assets/images/case/wight.png') no-repeat;
background-size: 100%;
margin-right: 9px;
}