edit
This commit is contained in:
@@ -669,6 +669,14 @@
|
||||
<option value="红色绳子">红色绳子</option>
|
||||
</select>
|
||||
</div>
|
||||
<input type="checkbox" class="peijian" name="craft" lay-filter="z4PeiJian" value="配弹力绳"
|
||||
title="配弹力绳(20cm)">
|
||||
<div class="layui-inline shengz tscolor" style="width: 110px;display: none">
|
||||
<select class="select">
|
||||
<option value="金色绳子">金色绳子</option>
|
||||
<option value="银色绳子">银色绳子</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -1009,6 +1017,16 @@
|
||||
$("#z4_craft .shengz").prop("disabled", true);
|
||||
}
|
||||
}
|
||||
if (data.value == "配弹力绳" ) {
|
||||
if ($(data.elem).is(":checked")) {
|
||||
$("#z4_craft .tscolor").show();
|
||||
$("#z4_craft .tscolor").prop("disabled", false);
|
||||
} else {
|
||||
$("#z4_craft .tscolor").hide();
|
||||
$("#z4_craft .tscolor").prop("disabled", true);
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
form.on("radio(kindValue2)", function (data) {
|
||||
if (data.value == 10) {
|
||||
|
||||
Reference in New Issue
Block a user