20250729
會取到舊資料的問題
This commit is contained in:
parent
1f9c3ce7eb
commit
d9cde19027
@ -44,7 +44,6 @@
|
||||
<div wire:poll.5s>
|
||||
<div class="grid grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
|
||||
@forelse($rooms as $room)
|
||||
|
||||
<div x-show="floor == '{{ $room->floor }}' && (type == 'all' || type == '{{ $room->type }}')" x-transition class="transition-all duration-300">
|
||||
@if($room->type->value === \App\Enums\RoomType::SVR->value)
|
||||
<x-room-card-svr :room="$room" />
|
||||
@ -52,7 +51,6 @@
|
||||
<x-room-card :room="$room" />
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@empty
|
||||
<div class="col-span-full text-center text-gray-500">尚無包廂資料</div>
|
||||
@endforelse
|
||||
|
Loading…
x
Reference in New Issue
Block a user