zhengjinyi преди 2 години
родител
ревизия
4b102e781d
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/main/webapp/static/modules/cmClubPortrait/cmClubPortrait.js

+ 0 - 4
src/main/webapp/static/modules/cmClubPortrait/cmClubPortrait.js

@@ -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)
         });
     });