Browse Source

fix:订单档案信息

super-yimizi 1 month ago
parent
commit
51c66f2611
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/admin/view/shop/order/detail.html

+ 2 - 2
application/admin/view/shop/order/detail.html

@@ -270,11 +270,11 @@
                             </div>
                         </li>
                         {/if}
-                        {if !empty($row.order_profile.body_photos_formatted)}
+                        {if !empty($row.order_profile.body_photos)}
                         <li class="list-group-item">
                             <div>身体照片:</div>
                             <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="身体照片">
                                 {/foreach}
                             </div>