From 7fe6d026bcc8f993ce76437d01607e591cc671fe Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期六, 25 十一月 2023 17:20:02 +0800 Subject: [PATCH] 重写课包支付和排课逻辑 --- 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