From e0429e1156fc3c3cee4ce4f6c559d003e8cf7752 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期六, 25 十一月 2023 21:06:53 +0800
Subject: [PATCH] 11.27

---
 cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js
index 8b2f8d7..84c0147 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js
@@ -571,8 +571,15 @@
 
     console.log("===========oneId=========="+oneId)
     var SelectValue="";
-    if(SelectValue=='0' ){
+    if(oneId=='0' ){
         oneId=0
+        console.log("隐藏")
+        $("#yys1").hide();
+        $("#account").hide();
+    }else{
+        console.log("展示")
+        $("#yys1").show();
+        $("#account").show();
     }
     // var ajax = new $ax(Feng.ctxPath + "/tSite/getChangeOne", function(data){
     //     if(data!=null){

--
Gitblit v1.7.1