소스 검색

机构画像

zhengjinyi 2 년 전
부모
커밋
9348ac65e3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

+ 3 - 3
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

@@ -245,7 +245,7 @@ const getOrderEacths = function (data) {
 // 其他三个图表
 const setOtherData = function (type,data) {
     const dataMap = {
-        1:{
+        1:{// 关键词
             fn:function () {
                 $('#keyWordsEacths').show();
                 $('#keyWordsEacthsNone').hide();
@@ -257,7 +257,7 @@ const setOtherData = function (type,data) {
                 seriesData:data.behavior.value
             },
         },
-        2:{
+        2:{// 咨询记录
             fn:function () {
                 $('#serviceEacths').show();
                 $('#serviceEacthsNone').hide();
@@ -269,7 +269,7 @@ const setOtherData = function (type,data) {
                 seriesData:data.remarks.value
             },
         },
-        3:{
+        3:{// 访问记录
             fn:function () {
                 $('#visitEacths').show();
                 $('#visitEacthsNone').hide();