From ae9bfd2d66f68a553786ac78b12f4390e65e4e09 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 24 十一月 2023 18:30:18 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tCompetition/tCompetition_info.js | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 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 726d69e..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 @@ -106,12 +106,18 @@ console.log(111) var oneId=$(e).val(); var elementById = document.getElementById("pt"); + var operatorId; - if (elementById.checked){ - operatorId = 0 - }else{ + if (elementById !== null) { + console.log(elementById) operatorId = $("#account").val() + if (elementById.checked){ + operatorId = 0 + }else{ + operatorId = $("#account").val() + } } + var ajax = new $ax(Feng.ctxPath + "/tShop/getCityYys", function(data){ if(data!=null){ @@ -211,9 +217,6 @@ if(!this.validate()){ return ; } - - - var pCode = $("#pCode").val(); if(pCode==""){ Feng.info("请选择省"); @@ -568,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