Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
9348ac65e3
1 changed files with 3 additions and 3 deletions
  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();