fix(chat): 修正彩票历史记录及明细页中 prize_pool / tickets_count 引用的字段名错误

This commit is contained in:
2026-03-12 08:50:23 +08:00
parent 9e1e5fb7db
commit a6b0c24b66
3 changed files with 5 additions and 5 deletions
@@ -29,7 +29,7 @@
@endif
</span>
@endif
&nbsp;·&nbsp;奖池:<span class="font-bold text-amber-600">{{ number_format($issue->prize_pool ?? 0) }}
&nbsp;·&nbsp;奖池:<span class="font-bold text-amber-600">{{ number_format($issue->pool_amount ?? 0) }}
金币</span>
</p>
</div>