瀏覽代碼

机构画像

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