From 0db209ba7290a12152f3be569e664591c8a06b90 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 28 Dec 2022 21:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20payment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/notifications/user/balance.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/notifications/user/balance.blade.php b/resources/views/notifications/user/balance.blade.php index 101a390..2b3857c 100644 --- a/resources/views/notifications/user/balance.blade.php +++ b/resources/views/notifications/user/balance.blade.php @@ -1,3 +1,3 @@ @if ($balance->paid_at !== null) - {{ $user->name }} 在 {{ $balance->paid_at->toDateTimeString() }} 充值了 {{ $balance->amount }} 元。 + {{ $user->name }} 在 {{ $balance->paid_at->toDateTimeString() }} 通过 {{ $balance->payment }} 充值了 {{ $balance->amount }} 元。 @endif