瀏覽代碼

机构画像

zhengjinyi 2 年之前
父節點
當前提交
3ec5a068cb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

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

@@ -226,10 +226,10 @@ const getOrderEacths = function (handleFn,id,data) {
                 fontSize: 14,
             },
         },
-        color:data.series.color,
+        color:data.color,
         series: [
             {
-                name: data.series.name,
+                name: data.name,
                 type: 'pie',
                 radius: '55%',
                 center: ['25%', '50%'],