From 3f623ee6eeddc7f762cae0fe424d503c21562cb6 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Sat, 28 Feb 2026 18:27:21 +0800 Subject: [PATCH] fix: lucky page --- components/LuckyPopup/LuckyPopup.vue | 349 ++++++++++++++++++--------- 1 file changed, 234 insertions(+), 115 deletions(-) diff --git a/components/LuckyPopup/LuckyPopup.vue b/components/LuckyPopup/LuckyPopup.vue index a1d1393..0bf6224 100644 --- a/components/LuckyPopup/LuckyPopup.vue +++ b/components/LuckyPopup/LuckyPopup.vue @@ -23,17 +23,39 @@ - - - - 今日好运指数 - - {{ resultData.score }} - % + + + + {{ currentDateStr }} - {{ resultData.luckyWord }} - {{ currentDateStr }} + + + 今日好运指数 + + {{ resultData.score }} + % + + {{ resultData.luckyWord }} + + + + + @@ -122,10 +144,13 @@