@@ -145,17 +145,15 @@
|
|||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
icon.render({
|
icon.render({
|
||||||
elem: '#icon',
|
elem: '#icon',
|
||||||
style: 'color: #5FB878;',
|
type: 'fontClass',
|
||||||
placeholder: '',
|
search: true,
|
||||||
isSplit: true,
|
|
||||||
page: false,
|
|
||||||
search: false,
|
|
||||||
click: function (data) {
|
click: function (data) {
|
||||||
console.log(data)
|
console.log(data);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -159,15 +159,12 @@
|
|||||||
|
|
||||||
icon.render({
|
icon.render({
|
||||||
elem: '#icon',
|
elem: '#icon',
|
||||||
style: 'color: #5FB878;',
|
type: 'fontClass',
|
||||||
placeholder: '',
|
search: true,
|
||||||
isSplit: true,
|
|
||||||
page: false,
|
|
||||||
search: false,
|
|
||||||
click: function (data) {
|
click: function (data) {
|
||||||
console.log(data)
|
console.log(data);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
|
||||||
|
|
||||||
window.init = function (type) {
|
window.init = function (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user