From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 29 七月 2025 16:43:42 +0800
Subject: [PATCH] add:编辑资料

---
 components/card/flow-card.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/card/flow-card.vue b/components/card/flow-card.vue
index 3dcaf68..486ab18 100644
--- a/components/card/flow-card.vue
+++ b/components/card/flow-card.vue
@@ -17,7 +17,7 @@
             </view>
             <view class="opera-info">
                 <up-icon name="heart" size="30rpx" color="#999" />
-                <text>{{ item.likeCount }}</text>
+                <text>{{ item.voLikeCount }}</text>
             </view>
         </view>
     </view>

--
Gitblit v1.9.3