diff --git a/resources/views/admin/hosts/index.blade.php b/resources/views/admin/hosts/index.blade.php index 4c507ab..708bc3f 100644 --- a/resources/views/admin/hosts/index.blade.php +++ b/resources/views/admin/hosts/index.blade.php @@ -38,7 +38,7 @@ @if ($host->managed_price !== null) - {{ $host->managed_price }} + {{ $host->managed_price }} 元 @else {{ $host->price }} 元 @endif