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%'],