From d978bd428e331259f583ff4f32b157b121f7b020 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 26 Aug 2025 11:21:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=AF=E5=88=86icon=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/points.vue | 2 ++ frontend_nuxt/pages/posts/[id]/index.vue | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend_nuxt/pages/points.vue b/frontend_nuxt/pages/points.vue index 58df2f0ae..f4bdf0255 100644 --- a/frontend_nuxt/pages/points.vue +++ b/frontend_nuxt/pages/points.vue @@ -219,6 +219,8 @@ const iconMap = { SYSTEM_ONLINE: 'fas fa-clock', REDEEM: 'fas fa-gift', FEATURE: 'fas fa-star', + LOTTERY_JOIN: 'fas fa-ticket-alt', + LOTTERY_REWARD: 'fas fa-ticket-alt', } onMounted(async () => { diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index e281a9d30..e16bb55aa 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -119,7 +119,9 @@ class="join-prize-button" @click="joinLottery" > -
参与抽奖({{ lottery.pointCost }}积分)
+
+ 参与抽奖 {{ lottery.pointCost }} +
已参与
@@ -134,7 +136,9 @@ class="join-prize-button" @click="joinLottery" > -
参与抽奖({{ lottery.pointCost }}积分)
+
+ 参与抽奖 {{ lottery.pointCost }} +
已参与