feat: 屏蔽多规格

master
yin5th 2023-08-28 10:50:39 +08:00
parent f7ce387a06
commit 6aac9f0db2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<label class="layui-form-label"><span class="form-label-asterisk">*</span>商品规格:</label>
<div class="layui-input-block">
<input type="radio" name="spec_type" lay-filter="spec-type" value="1" title="统一规格" checked>
<input type="radio" name="spec_type" lay-filter="spec-type" value="2" title="多规格">
<!-- <input type="radio" name="spec_type" lay-filter="spec-type" value="2" title="多规格">-->
</div>
</div>
<!-- 规格项 -->