|
|
|
@ -50,14 +50,23 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label for="name" class="layui-form-label">
|
|
|
|
|
<span class="we-red">*</span>图标:
|
|
|
|
|
<span class="we-red">*</span>小图标:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-inline" style="display: flex;width: 300px;align-items: center;">
|
|
|
|
|
<input type="text" id="icon" name="icon" lay-verify="required" disabled autocomplete="off"
|
|
|
|
|
<input type="text" id="sicon" name="sicon" lay-verify="required" autocomplete="off"
|
|
|
|
|
class="layui-input">
|
|
|
|
|
<div style="width: 50px;text-align: right;color: #1e9fff;cursor: pointer;" id="selectIcon">选择</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label for="name" class="layui-form-label">
|
|
|
|
|
<span class="we-red">*</span>大图标:
|
|
|
|
|
</label>
|
|
|
|
|
<div class="layui-input-inline">
|
|
|
|
|
<input type="text" id="bicon" name="bicon" lay-verify="required" autocomplete="off"
|
|
|
|
|
class="layui-input">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label for="name" class="layui-form-label">
|
|
|
|
|
<span class="we-red">*</span>是否全屏:
|
|
|
|
@ -153,7 +162,8 @@
|
|
|
|
|
memo: lis1.memo,
|
|
|
|
|
sort_id: lis1.sort_id,
|
|
|
|
|
url: lis1.url,
|
|
|
|
|
icon: lis1.icon,
|
|
|
|
|
sicon: lis1.small_icon,
|
|
|
|
|
bicon: lis1.big_icon,
|
|
|
|
|
isfull: lis1.isFull == 1 ? true : false
|
|
|
|
|
});
|
|
|
|
|
isfullFlag = lis1.isFull;
|
|
|
|
@ -235,7 +245,8 @@
|
|
|
|
|
identity_ids: f.chk,
|
|
|
|
|
for_school: for_school,
|
|
|
|
|
for_bureau: for_bureau,
|
|
|
|
|
icon: $("#icon").val(),
|
|
|
|
|
small_icon: $("#sicon").val(),
|
|
|
|
|
big_icon:$("#bicon").val(),
|
|
|
|
|
isFull: isfullFlag
|
|
|
|
|
},
|
|
|
|
|
success: function (data) {
|
|
|
|
|