This commit is contained in:
toom1996
2025-06-24 16:20:48 +08:00
parent b6607928bd
commit bcb27c49f0
2 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@
<div class="layui-form-item">
<label class="layui-form-label">监控平台</label>
<div class="layui-input-block">
<input type="checkbox" name="platform[]" value="1" title="百度PC" checked>
{{-- <input type="checkbox" name="arr[1]" title="选项2" checked>--}}
{{-- <input type="checkbox" name="arr[2]" title="选项3">--}}
<input type="checkbox" name="platform[]" value="1" title="百度PC">
<input type="checkbox" name="platform[]" value="2" title="百度WAP">
<input type="checkbox" name="platform[]" value="3" title="头条PC">
</div>
</div>

View File

@ -22,7 +22,7 @@
<div class="layui-input-block">
<input type="checkbox" name="platform[]" value="1" title="百度PC">
<input type="checkbox" name="platform[]" value="2" title="百度WAP">
{{-- <input type="checkbox" name="arr[1]" title="选项2" checked>--}}
<input type="checkbox" name="platform[]" value="3" title="头条PC">
{{-- <input type="checkbox" name="arr[2]" title="选项3">--}}
</div>
</div>