From 3f082078731bd4e400b3fdaeaa7258d427dcf5d5 Mon Sep 17 00:00:00 2001 From: zhuyiyi <649091362@qq.com> Date: Tue, 9 Jun 2026 11:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9A=96=E5=BF=83=E8=B4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/views/product/warmSticker.jsp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/webapp/views/product/warmSticker.jsp b/src/main/webapp/views/product/warmSticker.jsp index 7c92f4d..3b482ce 100644 --- a/src/main/webapp/views/product/warmSticker.jsp +++ b/src/main/webapp/views/product/warmSticker.jsp @@ -169,12 +169,15 @@ $(".diy").hide(); $(".diy").find(":input").attr("disabled", true); $(".diy").find("select").attr("disabled", true); + form.on('radio(stickerKind)', function (stickerKindData) { $(".ui_xx").hide(); $(".ui_xx").find(":input").attr("disabled", true); + $(".ui_xx").find("select").attr("disabled", true); $(".ui_fx").hide(); $(".ui_fx").find(":input").attr("disabled", true); + $(".ui_xx").find("select").attr("disabled", true); $(".fixed").hide(); $(".fixed").find("select").attr("disabled", true); $(".diy").hide(); @@ -185,11 +188,15 @@ $(".fixed").find("select").attr("disabled", false); $(".ui_fx").show(); $(".ui_fx").find(":input").attr("disabled", false); + $(".ui_fx").find("select").attr("disabled", false); + $(".ui_xx").find("select").attr("disabled", true); } else if (stickerKindData.value == "心形") { $(".fixed").show(); $(".fixed").find("select").attr("disabled", false); $(".ui_xx").show(); $(".ui_xx").find(":input").attr("disabled", false); + $(".ui_xx").find("select").attr("disabled", false); + $(".ui_fx").find("select").attr("disabled", true); } else if (stickerKindData.value == "自定义") { $(".diy").show(); $(".diy").find(":input").attr("disabled", false);