From a78782b361c2bd038cdf30d8533f9e3926065d4a Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期五, 22 八月 2025 09:17:16 +0800 Subject: [PATCH] update --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html index 2d6158f..6412812 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html @@ -239,10 +239,9 @@ @} </div> </div> - - <div style="font-size: x-large;">赛事比赛板块</div> + <div style="font-size: x-large; display: none" >赛事比赛板块</div> @for(obj in worldCupStores){ - <div class="row"> + <div class="row " style="display: none" > <input hidden name="cupId" value="${obj.id}"> <input hidden name="backgroundImage" value="${obj.backgroundImage}"> <input hidden name="isOpen" value="${obj.isOpen}"> -- Gitblit v1.7.1