|
@@ -270,11 +270,11 @@
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
{/if}
|
|
{/if}
|
|
- {if !empty($row.order_profile.body_photos_formatted)}
|
|
|
|
|
|
+ {if !empty($row.order_profile.body_photos)}
|
|
<li class="list-group-item">
|
|
<li class="list-group-item">
|
|
<div>身体照片:</div>
|
|
<div>身体照片:</div>
|
|
<div style="margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;">
|
|
<div style="margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;">
|
|
- {foreach name="row.order_profile.body_photos_formatted" item="photo"}
|
|
|
|
|
|
+ {foreach name="row.order_profile.body_photos" item="photo"}
|
|
<img src="{$photo}" style="max-width:100px;max-height:100px;border-radius:8px;" alt="身体照片">
|
|
<img src="{$photo}" style="max-width:100px;max-height:100px;border-radius:8px;" alt="身体照片">
|
|
{/foreach}
|
|
{/foreach}
|
|
</div>
|
|
</div>
|