|
@@ -41,12 +41,14 @@ function initFilter(option) {
|
|
|
option.confirm && option.confirm({status: 2});
|
|
|
dropDown.fadeOut();
|
|
|
dropBtn.removeClass('cm-active');
|
|
|
+ dropBtn.text($(el).find('.cm-slide-name').text())
|
|
|
});
|
|
|
} else {
|
|
|
$(el).on('click', function () {
|
|
|
option.confirm && option.confirm({status: 1});
|
|
|
dropDown.fadeOut();
|
|
|
dropBtn.removeClass('cm-active');
|
|
|
+ dropBtn.text($(el).find('.cm-slide-name').text())
|
|
|
})
|
|
|
}
|
|
|
})
|