From edb2fff00f6990217f7c39ebc2adb611a1c60478 Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期六, 28 十月 2023 11:21:57 +0800
Subject: [PATCH] 10.28

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html
index c51efd8..49b090e 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/advertisement/advertisement_add.html
@@ -192,6 +192,11 @@
 
             }
         });
+        if (oneId==2 || oneId==25|| oneId==27){
+            $("#t3").hide()
+        }
+
+
         ajax.set("id",oneId);
         ajax.start();
     }
@@ -209,8 +214,9 @@
     }
     function updateT(e) {
         var oneId = $('#type option:selected').text();
+
         console.log(oneId);
-        if (oneId!="详情"){
+        if (oneId!="详情"&&oneId!="指定商品"&&oneId!="指定折扣"){
             $("#t3").hide()
         }else{
             $("#t3").show()

--
Gitblit v1.7.1