From a1cadd023734d1e33f6455ec87fb7e2783d808fe Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 11 三月 2024 16:04:14 +0800
Subject: [PATCH] bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/worldCup/worldCup_info.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/worldCup/worldCup_info.js b/cloud-server-management/src/main/webapp/static/modular/system/worldCup/worldCup_info.js
index 038ec1a..9e9d079 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/worldCup/worldCup_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/worldCup/worldCup_info.js
@@ -46,9 +46,6 @@
     let coverImg = $('#coverImg').val();
     let homeBackdropImg = $('#homeBackdropImg').val();
     let content = editor.getContent();
-    if("" == registrationClosingTime){
-        registrationClosingTime = null;
-    }
     if(null == name || '' == name){
         Feng.error("请填写有效的比赛名称");
         return
@@ -212,9 +209,6 @@
     let coverImg = $('#coverImg').val();
     let homeBackdropImg = $('#homeBackdropImg').val();
     let content = editor.getContent();
-    if("" == registrationClosingTime){
-        registrationClosingTime = null;
-    }
     if(null == name || '' == name){
         Feng.error("请填写有效的比赛名称");
         return

--
Gitblit v1.7.1