This commit is contained in:
2025-05-09 16:16:35 +08:00
parent 7650802c30
commit 66c8b1be0d
2 changed files with 22 additions and 20 deletions
+4 -2
View File
@@ -906,7 +906,6 @@
if (data.value == "0") {
$(".ui_guagua").show();
$(".ui_guagua").removeAttr('disabled');
} else {
$(".ui_guagua").hide();
@@ -966,7 +965,9 @@
$(".ui_guaguasize2").hide();
$(".ui_toothpick").hide();
}
if (data.value == 0) {
$(".caiqie").show();
}
if (data.value == "美纹纸") {
$(".meiwenzhiQie").show();
} else {
@@ -1718,6 +1719,7 @@
yaqian = $("select[name='toothpick_size'] option:selected").val() + '厘米';
craft_list.push(yaqian)
}
craft_list.push($("input[name='craftQie']:checked").val())
craft_list.push(...craftMo)
craft_list.push(...aotu)
craft_list.push(...tangjin)