From d6b1c8f75ede9475a837662a2a6b0d116be1dcda Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期一, 30 十月 2023 09:32:45 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html index 93b3ba3..469b5be 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html @@ -147,6 +147,11 @@ window.onload = function() { $("#name").val($("#name1").val()); + if($("#name1").val()=="不跳转"){ + $("#t1").hide() + $("#t2").hide() + $("#t3").hide() + } } </script> @} -- Gitblit v1.7.1