mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update icon.html
This commit is contained in:
parent
e864201f92
commit
b24e9d4805
@ -2481,8 +2481,7 @@
|
||||
<script>
|
||||
$(function () {
|
||||
$('li').on('click', function (className) {
|
||||
className = $(this).find('i').get(0).className;
|
||||
if (className) {
|
||||
if ((className = $(this).find('i').get(0).className)) {
|
||||
top.$('[name="{$field}"]').val(className).trigger('change');
|
||||
top.layer.close(top.layer.getFrameIndex(window.name));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user