{{ act.name }}
{{ act.description }}
今日剩余
{{ act.daily_limit - act.daily_used }}
总剩余
{{ act.total_limit - act.total_used }}
活动时间
{{ formatDateTime(act.start_time) }} ~ {{ formatDateTime(act.end_time) }}
❓
翻牌
{{ card.isWin ? '🎉' : '😅' }}
{{ card.result }}
今日 {{ act.daily_used }}/{{ act.daily_limit }}
· 总计 {{ act.total_used }}/{{ act.total_limit }}
🎪
暂无进行中的活动
📌 我参与过的活动
{{ act.name }}
{{ act.status === 1 ? '进行中' : '已结束' }}{{ act.description }}
活动时间
{{ formatDateTime(act.start_time) }} ~ {{ formatDateTime(act.end_time) }}
我的参与
{{ act.my_draws }} 次
中奖
{{ act.my_wins }} 次
📋 我的抽奖记录
📭
{{ recordFilter === 'win' ? '暂无中奖记录' : '暂无抽奖记录' }}
{{ r.is_win ? r.prize_name : '未中奖' }}
📌 {{ r.activity_name || activityNameMap[r.activity_id] }}
{{ formatDateTime(r.draw_time) }}
{{ r.code }}
共 {{ recordsTotal }} 条记录