Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
2fbee03e3e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

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

@@ -285,9 +285,9 @@ const setOtherData = function (type,data) {
     getOtherEacths(dataMap[type].fn,dataMap[type].id,dataMap[type].series,dataMap[type].color);
 }
 // 其他三个图表
-const getOtherEacths = function (hanldeFn,id,data,color) {
+const getOtherEacths = function (handleFn,id,data,color) {
     // 基于准备好的dom,初始化echarts实例
-    hanldeFn();
+    handleFn();
     const myChart = echarts.init(document.getElementById(id));
     const option = {
         title: {