feat(抽奖活动页): 修复抽奖完没法看到抽奖记录的问题

This commit is contained in:
hzj 2025-10-24 19:14:11 +08:00
parent 795205258f
commit c94eb95d95

View File

@ -1185,6 +1185,7 @@ const sweepstakes = async (consecutive) => {
}
}
getTickets() //
getDrawRecords() //
resultShow.value = true
isRolling.value = false
} catch (error) {