From 5e49b247dbe22f6f44f93144b28ad8b7bba6358e Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Tue, 24 Feb 2026 17:43:36 +0800 Subject: [PATCH] fix: page --- components/LuckyPopup/LuckyPopup.vue | 318 ++++++++++++++------------- pages/index/index.vue | 4 +- 2 files changed, 166 insertions(+), 156 deletions(-) diff --git a/components/LuckyPopup/LuckyPopup.vue b/components/LuckyPopup/LuckyPopup.vue index 7677cd7..01fddab 100644 --- a/components/LuckyPopup/LuckyPopup.vue +++ b/components/LuckyPopup/LuckyPopup.vue @@ -20,19 +20,19 @@ - + - + 今日好运指数 {{ resultData.score }} % {{ resultData.luckyWord }} - + 2026 CNY SPECIAL @@ -65,7 +65,9 @@ 颜色 - {{ resultData.luckyColor }} + {{ + resultData.luckyColor + }} @@ -85,26 +87,26 @@ - - - - - + + + + 保存 + - - - + + + + + 朋友圈 + + + + + 关闭 + @@ -112,30 +114,26 @@