Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
4b102e781d
1 changed files with 0 additions and 4 deletions
  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);
             //alert(index);
             $(this).addClass('active').siblings('a').removeClass('active');
             $(this).addClass('active').siblings('a').removeClass('active');
             let dateType = $(this).attr('data-type');
             let dateType = $(this).attr('data-type');
-            alert(`点击筛选机构订单数据类型${dateType}`)
             getClubEacthsData(0,dateType)
             getClubEacthsData(0,dateType)
         });
         });
     });
     });
@@ -31,7 +30,6 @@ $(function(){
             //alert(index);
             //alert(index);
             $(this).addClass('active').siblings('a').removeClass('active');
             $(this).addClass('active').siblings('a').removeClass('active');
             let dateType = $(this).attr('data-type');
             let dateType = $(this).attr('data-type');
-            alert(`点击筛选机构搜索关键词数据类型${dateType}`)
             getClubEacthsData(1,dateType)
             getClubEacthsData(1,dateType)
         });
         });
     });
     });
@@ -41,7 +39,6 @@ $(function(){
             //alert(index);
             //alert(index);
             $(this).addClass('active').siblings('a').removeClass('active');
             $(this).addClass('active').siblings('a').removeClass('active');
             let dateType = $(this).attr('data-type');
             let dateType = $(this).attr('data-type');
-            alert(`点击筛选咨询记录数据类型${dateType}`)
             getClubEacthsData(2,dateType)
             getClubEacthsData(2,dateType)
         });
         });
     });
     });
@@ -51,7 +48,6 @@ $(function(){
             //alert(index);
             //alert(index);
             $(this).addClass('active').siblings('a').removeClass('active');
             $(this).addClass('active').siblings('a').removeClass('active');
             let dateType = $(this).attr('data-type');
             let dateType = $(this).attr('data-type');
-            alert(`点击筛选机构访问记录数据类型${dateType}`)
             getClubEacthsData(3,dateType)
             getClubEacthsData(3,dateType)
         });
         });
     });
     });