From bc52f606d965585ab8a14730a2ec96e5f7197c67 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期一, 18 八月 2025 10:40:41 +0800
Subject: [PATCH] 赛事模块

---
 cloud-server-management/src/main/webapp/static/modular/system/tSite/tSite_info.js |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tSite/tSite_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tSite/tSite_info.js
index dedc89f..b728895 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tSite/tSite_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tSite/tSite_info.js
@@ -345,18 +345,16 @@
 
     var objectType =$("#objectType").val()
     data.halfName= halfName;
+    var introduce="";
     if (objectType==1){
         introduce  = TSiteInfo.editor.getContent();
-    }
-
-    console.log(introduce)
-    if(introduce==""){
-        Feng.info("请输入公告内容")
-        return;
+        console.log(introduce)
+        if(introduce==""){
+            Feng.info("请输入场地说明")
+            return;
+        }
     }
     data.introduce= introduce;
-
-
     var goodImgs = TSiteInfo.goodsPicArray;
 
     if(goodImgs.length==0){

--
Gitblit v1.7.1