This commit is contained in:
pushuo 2022-08-03 18:24:51 +08:00
parent 8a6c66fb83
commit f9fbb8bbde
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</thead>
<tbody>
@foreach ($wishlist as $item)
<tr data-id="{{ $item['id'] }}">
<tr data-id="{{ $item['product_id'] }}">
<td><div class="wh-70"><img src="{{ $item['image'] }}" class="img-fluid"></div></td>
<td>{{ $item['product_name'] }}</td>
<td>{{ $item['price'] }}</td>