|
@ -105,6 +105,7 @@ require(["ipuUI", "jquery", "tool", "PanCarousel"], function (ipuUI, $, tool, Pa
|
105
|
105
|
$(".task-page-filter-right").click(function () {
|
106
|
106
|
var rifhtDailog = $(".task-search-filter").show();
|
107
|
107
|
ipuUI.openModal(rifhtDailog);
|
|
108
|
$(".ipu-popup-overlay").bind("click", closeRightModal);
|
108
|
109
|
});
|
109
|
110
|
|
110
|
111
|
|
|
@ -112,8 +113,14 @@ require(["ipuUI", "jquery", "tool", "PanCarousel"], function (ipuUI, $, tool, Pa
|
112
|
113
|
$(".filter-btn-confirm").click(function () {
|
113
|
114
|
ipuUI.closeModal($(".task-search-filter"));
|
114
|
115
|
refresh.startTopLoading(true);
|
|
116
|
$(".ipu-popup-overlay").unbind("click", closeRightModal);
|
115
|
117
|
});
|
116
|
118
|
|
|
119
|
// 关闭右边过滤框
|
|
120
|
function closeRightModal() {
|
|
121
|
$(".filter-btn-confirm").click();
|
|
122
|
}
|
|
123
|
|
117
|
124
|
// 显示时间排序选择框
|
118
|
125
|
$(".task-page-filter-date").click(function () {
|
119
|
126
|
$(".all-filter-date").toggle();
|