From 50050ada04e8ae7bbbeb6342b4e3e35fba3890ec Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期三, 22 一月 2025 17:36:47 +0800 Subject: [PATCH] 合并代码 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShopEvaluation/TShop_edit.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShopEvaluation/TShop_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShopEvaluation/TShop_edit.html index 63f6275..918dee4 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShopEvaluation/TShop_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShopEvaluation/TShop_edit.html @@ -14,9 +14,12 @@ <div class="form-group"> <label class="col-sm-3 control-label">评价图片:</label> <div class="col-sm-9"> + @if(isNotEmpty(imgs)){ @for(o in imgs){ <img src=${o} style="width: 163px;height: 96px;"> @} + @} + </div> </div> -- Gitblit v1.7.1