From 4606888b0cc627e9882f1085cf53ef3de96b59a3 Mon Sep 17 00:00:00 2001 From: lkddi Date: Thu, 12 Mar 2026 09:00:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(chat):=20=E4=BF=AE=E6=AD=A3=E5=8F=8C?= =?UTF-8?q?=E8=89=B2=E7=90=83=E6=98=8E=E7=BB=86=E8=8A=B1=E8=B4=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=BA=200=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/game-history/lottery-issue.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/game-history/lottery-issue.blade.php b/resources/views/admin/game-history/lottery-issue.blade.php index 57745a8..b79ab44 100644 --- a/resources/views/admin/game-history/lottery-issue.blade.php +++ b/resources/views/admin/game-history/lottery-issue.blade.php @@ -79,11 +79,11 @@ @endif - {{ number_format($ticket->cost_amount) }} + {{ number_format($ticket->amount) }} - {{ $won ? '+' . number_format($ticket->prize_amount) : '0' }} + {{ $won ? '+' . number_format($ticket->payout) : '0' }} @if ($issue->status === 'drawn')