|
@@ -21,7 +21,6 @@ $(function(){
|
|
|
//alert(index);
|
|
|
$(this).addClass('active').siblings('a').removeClass('active');
|
|
|
let dateType = $(this).attr('data-type');
|
|
|
- alert(`点击筛选机构订单数据类型${dateType}`)
|
|
|
getClubEacthsData(0,dateType)
|
|
|
});
|
|
|
});
|
|
@@ -31,7 +30,6 @@ $(function(){
|
|
|
//alert(index);
|
|
|
$(this).addClass('active').siblings('a').removeClass('active');
|
|
|
let dateType = $(this).attr('data-type');
|
|
|
- alert(`点击筛选机构搜索关键词数据类型${dateType}`)
|
|
|
getClubEacthsData(1,dateType)
|
|
|
});
|
|
|
});
|
|
@@ -41,7 +39,6 @@ $(function(){
|
|
|
//alert(index);
|
|
|
$(this).addClass('active').siblings('a').removeClass('active');
|
|
|
let dateType = $(this).attr('data-type');
|
|
|
- alert(`点击筛选咨询记录数据类型${dateType}`)
|
|
|
getClubEacthsData(2,dateType)
|
|
|
});
|
|
|
});
|
|
@@ -51,7 +48,6 @@ $(function(){
|
|
|
//alert(index);
|
|
|
$(this).addClass('active').siblings('a').removeClass('active');
|
|
|
let dateType = $(this).attr('data-type');
|
|
|
- alert(`点击筛选机构访问记录数据类型${dateType}`)
|
|
|
getClubEacthsData(3,dateType)
|
|
|
});
|
|
|
});
|