新增冰箱贴背卡工艺

This commit is contained in:
2025-12-19 09:54:38 +08:00
parent 493749f355
commit 23465fcf3b
6 changed files with 147 additions and 14 deletions
@@ -622,12 +622,7 @@
if (kindValueSelect == '素芸') {
size = $("input[name='size']").val();
}
$("input[name='craft']:checked").each(function () {
if (!$(this).is(':disabled')) {
craft_list.push($(this).val());
}
}
);
let craft_list = [];
$("input[name='craft']:checked").each(function () {
if (!$(this).is(':disabled')) {