Este commit está contenido en:
2025-03-16 09:51:34 +08:00
padre 68aa8dd75a
commit cced253078
Se han modificado 2 ficheros con 34 adiciones y 3 borrados
+12 -2
Ver fichero
@@ -801,13 +801,16 @@
// 清空轮播图
let data = {
proTypeValue: proTypeValue,
kindValue: kind,
kind2Value: kindValue2
kindValue: kind
}
if (kind == "3") {
data.kind2Value = kindValue2
}
if (craftValue != '') {
data.craftValue = craftValue;
}
$("#carousel").empty();
$("#remark").empty();
$.ajax({
url: "${pageContext.request.contextPath}/getImgs",
type: "GET",
@@ -1063,6 +1066,7 @@
$("#z4_craft").hide();
$("#z4_craft").find(":input").attr("disabled", true);
}
getProductImage();
form.render();
})
form.on("select(stickNum)", function (data) {
@@ -1609,10 +1613,16 @@
// 清空轮播图
$("#carousel").empty();
$("#remark").empty();
let kindValue2 = $("input[name='kindValue2']:checked").val();
// 轮播图
let params = {
proTypeValue: proTypeValue,
kindValue: kind
}
if (kind == "3") {
params.kind2Value = kindValue2
}
$.ajax({
url: "${pageContext.request.contextPath}/getImgs",
type: "GET",