个人中心订单列表缩略图
This commit is contained in:
parent
064291a05e
commit
3eb3b3a37b
|
|
@ -72,9 +72,10 @@
|
||||||
<tr class="align-middle">
|
<tr class="align-middle">
|
||||||
<td>
|
<td>
|
||||||
<div class="img me-3 border wh-60">
|
<div class="img me-3 border wh-60">
|
||||||
@foreach ($order->orderProducts as $product)
|
{{-- @foreach ($order->orderProducts as $product)
|
||||||
<img src="{{ $product->image }}" class="img-fluid">
|
<img src="{{ $product->image }}" class="img-fluid">
|
||||||
@endforeach
|
@endforeach --}}
|
||||||
|
<img src="{{ $order->orderProducts[0]->image }}" class="img-fluid">
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue