edit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user