From 7aa9607492e2c0b70838c53083f5362e49e74f44 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 26 九月 2023 21:39:26 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
index c793baf..8c459a6 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit.html
@@ -100,7 +100,7 @@
                 <!-- 创建地图容器-->
                 <div id="container" style="height: 500px;" ></div>
             </div>
-            <#input id="time" name="营业时间" type="text" value="${time}"/>
+            <#input id="time" name="营业时间" type="text" value="${time}"/>v
             <div class="form-group">
                 <label class="col-sm-3 control-label">门店介绍:</label>
                 <div class="col-sm-9">
@@ -223,7 +223,6 @@
             $("#yys").hide()
         }else {
             $("#yys").show()
-            queryStudentData
         }
 
     }

--
Gitblit v1.7.1