diff --git a/resources/views/admin/currency-logs/index.blade.php b/resources/views/admin/currency-logs/index.blade.php index 8412654..3b199a2 100644 --- a/resources/views/admin/currency-logs/index.blade.php +++ b/resources/views/admin/currency-logs/index.blade.php @@ -119,16 +119,16 @@ @if($log->currency === 'gold') - - 💰 金币 + + 💰金币 @elseif($log->currency === 'exp') - - ⭐ 经验 + + 经验 @elseif($log->currency === 'charm') - - 💖 魅力 + + 💖魅力 @else {{ $log->currency }}