From 1a273129c7827ce18b3d0cf866db98dedb7fd757 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 08 三月 2024 17:41:38 +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