From c94eb95d95c6a1fce0d08ea548120fa75a033445 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 24 Oct 2025 19:14:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=A1=B5):=20=E4=BF=AE=E5=A4=8D=E6=8A=BD=E5=A5=96=E5=AE=8C?= =?UTF-8?q?=E6=B2=A1=E6=B3=95=E7=9C=8B=E5=88=B0=E6=8A=BD=E5=A5=96=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/Lottery/Lottery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Activities/Lottery/Lottery.vue b/src/views/Activities/Lottery/Lottery.vue index 996872b..7cfcfcc 100644 --- a/src/views/Activities/Lottery/Lottery.vue +++ b/src/views/Activities/Lottery/Lottery.vue @@ -1185,6 +1185,7 @@ const sweepstakes = async (consecutive) => { } } getTickets() //重新获取拥有的抽奖券 + getDrawRecords() // 获取中奖记录 resultShow.value = true isRolling.value = false } catch (error) {