Fix:旅居资讯移除点赞按钮

This commit is contained in:
linxi
2025-04-30 11:24:57 +08:00
parent f6ee332060
commit 7b28b94390
+2 -2
View File
@@ -229,7 +229,7 @@
/> />
<text class="seeNum-txt">{{ item.pv }}</text> <text class="seeNum-txt">{{ item.pv }}</text>
</view> </view>
<view class="flex"> <!-- <view class="flex">
<image <image
v-if="!item.hasZan" v-if="!item.hasZan"
:src="webUrl + '/page/hotel/zan-off-2.png'" :src="webUrl + '/page/hotel/zan-off-2.png'"
@@ -247,7 +247,7 @@
:class="item.zanVo ? 'on' : ''" :class="item.zanVo ? 'on' : ''"
class="seeNum-txt" class="seeNum-txt"
>{{ item.zan }}</text> >{{ item.zan }}</text>
</view> </view> -->
</view> </view>
</view> </view>
</view> </view>