From bc1b95210a95c123665cb2182d5f90d0efc7ba1d Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Sat, 28 Feb 2026 19:01:53 +0800 Subject: [PATCH] fix: lucky page --- components/LuckyPopup/LuckyPopup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/LuckyPopup/LuckyPopup.vue b/components/LuckyPopup/LuckyPopup.vue index 453c5a3..cb431bf 100644 --- a/components/LuckyPopup/LuckyPopup.vue +++ b/components/LuckyPopup/LuckyPopup.vue @@ -490,13 +490,13 @@ const onSaveImage = async () => { // 底部左侧文字 ctx.textAlign = "left"; - ctx.font = "bold 32px sans-serif"; + ctx.font = "28px sans-serif"; ctx.fillStyle = "#333333"; ctx.fillText("扫码开启今日好运", 40, footerY + 60); ctx.font = "normal 20px sans-serif"; ctx.fillStyle = "#999999"; - ctx.fillText("2026 CNY SPECIAL · 新春助手", 40, footerY + 100); + ctx.fillText("2026 LUCKY EVERY DAY · 幸运每一天", 40, footerY + 100); // 底部右侧二维码 if (qrCodeImg) {