|
|
|
@ -12,20 +12,17 @@ $(function() {
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
// checkbox 事件绑定
|
|
|
|
|
if ($(".check-box").length > 0) {
|
|
|
|
|
$(".check-box").iCheck({
|
|
|
|
|
checkboxClass: 'icheckbox-blue',
|
|
|
|
|
radioClass: 'iradio-blue',
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
// radio 事件绑定
|
|
|
|
|
if ($(".radio-box").length > 0) {
|
|
|
|
|
$(".radio-box").iCheck({
|
|
|
|
|
checkboxClass: 'icheckbox-blue',
|
|
|
|
|
radioClass: 'iradio-blue',
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// iCheck单选框及复选框事件绑定
|
|
|
|
|
if ($.fn.iCheck !== undefined) {
|
|
|
|
|
$(".check-box:not(.noicheck),.radio-box:not(.noicheck)").each(function() {
|
|
|
|
|
$(this).iCheck({
|
|
|
|
|
checkboxClass: 'icheckbox-blue',
|
|
|
|
|
radioClass: 'iradio-blue',
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// laydate 时间控件绑定
|
|
|
|
|
if ($(".select-time").length > 0) {
|
|
|
|
|
layui.use('laydate', function() {
|
|
|
|
|