From 712d210d8199824c4666da2448837c3ffb7544a3 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Wed, 17 Jul 2024 21:23:38 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E5=BA=97=E9=93=BA):[#1968]=E5=BA=97?=
=?UTF-8?q?=E9=93=BA=E8=B5=84=E8=AE=AF=E7=9A=84=E7=82=B9=E8=B5=9E=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pagesInn/inn/innHome.vue | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue
index 487edd8..e2a988e 100644
--- a/pagesInn/inn/innHome.vue
+++ b/pagesInn/inn/innHome.vue
@@ -260,21 +260,21 @@
-
+ {{ item.zan }}
{
const { success } = res
if (success) {
this.$dialog.toast({
mes: '操作成功!'
})
- this.$set(this.infoArray[index], 'zanVo', value)
- // this.fetchInnInfoList()
+ this.$set(this.infoArray[index], 'zan', value)
+ this.$set(this.infoArray[index], 'zanVo', voValue)
}
})
}
@@ -1388,13 +1388,18 @@ export default {
margin: 0 8rpx 0 0;
}
.zan-off-icon {
- width: 138rpx;
+ width: 40rpx;
height: 40rpx;
}
.zan-on-icon {
- width: 80rpx;
+ width: 40rpx;
height: 40rpx;
}
+ .seeNum-txt {
+ &.on {
+ color: #D81E06;
+ }
+ }
.more-btn {
position: relative;
.more-wrapper {