From 05100bf0452bea899f74e1b837e714f70362db63 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 26 九月 2023 19:06:18 +0800 Subject: [PATCH] app接口修改 --- 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