From 5af417d60d0cc3cd37afacead01c01ac2d7b6970 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期二, 24 十月 2023 16:58:27 +0800
Subject: [PATCH] 10.24。1

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

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js
index f522e0b..dcdecf0 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js
@@ -673,6 +673,17 @@
 
 
 $(function () {
+
+    console.log("=======iiiii======"+            window.parent.TStudent.seItem.status)
+
+    if (window.parent.TStudent.seItem.status != 5 ){
+        // Hide the elements with the specified IDs
+        document.getElementById("hi1").style.display = "none";
+        document.getElementById("hi2").style.display = "none";
+        document.getElementById("hi3").style.display = "none";}
+
+
+
     $('#provinceCode').change(function () {
         let ajax = new $ax(Feng.ctxPath + "/coursePackage/queryCity", function (data) {
             let htmlStr = '';

--
Gitblit v1.7.1