update
This commit is contained in:
@ -19,9 +19,9 @@
|
|||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="layui-form-label">监控平台</label>
|
<label class="layui-form-label">监控平台</label>
|
||||||
<div class="layui-input-block">
|
<div class="layui-input-block">
|
||||||
<input type="checkbox" name="platform[]" value="1" title="百度PC" checked>
|
<input type="checkbox" name="platform[]" value="1" title="百度PC">
|
||||||
{{-- <input type="checkbox" name="arr[1]" title="选项2" checked>--}}
|
<input type="checkbox" name="platform[]" value="2" title="百度WAP">
|
||||||
{{-- <input type="checkbox" name="arr[2]" title="选项3">--}}
|
<input type="checkbox" name="platform[]" value="3" title="头条PC">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div class="layui-input-block">
|
<div class="layui-input-block">
|
||||||
<input type="checkbox" name="platform[]" value="1" title="百度PC">
|
<input type="checkbox" name="platform[]" value="1" title="百度PC">
|
||||||
<input type="checkbox" name="platform[]" value="2" title="百度WAP">
|
<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">--}}
|
{{-- <input type="checkbox" name="arr[2]" title="选项3">--}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user