This commit is contained in:
2025-04-08 17:17:49 +08:00
parent 4d3b80fcc2
commit 8250ce13d1
7 changed files with 432 additions and 7 deletions
+9 -1
View File
@@ -88,7 +88,9 @@
<input type="radio" name="ui_jx" value="异形" title="异形">
<br/>
<input type="radio" name="craftShua" value="单面" title="单面" checked="checked">
<input type="radio" name="craftShua" value="双面" title="双面">
<span id="shuangmian">
<input type="radio" name="craftShua" value="双面" title="双面">
</span>
<br/>
<input type="checkbox" name="ui_dk" lay-filter="switch" value="打孔" title="打孔">
<input type="checkbox" name="craft" value="背胶" title="背胶">
@@ -184,6 +186,12 @@
var html = " ";
// 清空轮播图
$("#carousel").empty();
$("#shuangmian").show();
$("input[name='craftShua'][value='单面']").attr("checked", true);
if (data.value == 10) {
$("#shuangmian").hide();
}
form.render();
$.ajax({
url: "${pageContext.request.contextPath}/getImgs",
type: "GET",