From 9851ae4cd89e5ac997d659594cf974be71576c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98lijianhao=E2=80=99?=
+
+
+
+
+
+
+
+
diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
index 2c8107f0..502a138c 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
@@ -133,14 +133,14 @@ function Rightbottom(props) {
// }
myChart.setOption(option);
return ()=>{
- clearInterval(changePieInterval)
+ // clearInterval(changePieInterval)
}
-}, []);
+}, [data]);
return (
diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
index 0c716667..d3e74644 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js
@@ -1,25 +1,25 @@
import React from 'react'
import './style.less'
import AutoRollComponent from './AutoRollComponent'
-export default function Rightcenter() {
- const data =[ {name: '莲塘镇', total: 12739},
- {name: '向塘镇', total: 2445},
- {name: '蒋巷镇', total: 2035},
- {name: '幽兰镇', total: 1999},
- {name: '塘南镇', total: 1915},
- {name: '武阳镇', total: 1842},
- {name: '冈上镇', total: 1446},
- {name: '广福镇', total: 1063},
- {name: '三江镇', total: 851},
- {name: '泾口乡', total: 657},
- {name: '南新镇', total: 640},
- {name: '八一乡', total: 569},
- {name: '黄马乡', total: 541},
- {name: '塔城乡', total: 534},
- {name: '富山乡', total: 515},
- {name: '东新乡', total: 513},
- {name: '银三角', total: 513},
- {name: '八月湖街道', total: 513},]
+export default function Rightcenter({data,sundata}) {
+ // const data =[ {name: '莲塘镇', total: 12739},
+ // {name: '向塘镇', total: 2445},
+ // {name: '蒋巷镇', total: 2035},
+ // {name: '幽兰镇', total: 1999},
+ // {name: '塘南镇', total: 1915},
+ // {name: '武阳镇', total: 1842},
+ // {name: '冈上镇', total: 1446},
+ // {name: '广福镇', total: 1063},
+ // {name: '三江镇', total: 851},
+ // {name: '泾口乡', total: 657},
+ // {name: '南新镇', total: 640},
+ // {name: '八一乡', total: 569},
+ // {name: '黄马乡', total: 541},
+ // {name: '塔城乡', total: 534},
+ // {name: '富山乡', total: 515},
+ // {name: '东新乡', total: 513},
+ // {name: '银三角', total: 513},
+ // {name: '八月湖街道', total: 513},]
const province = undefined
const FIRST = "linear-gradient(360deg, rgba(43, 180, 211, 0.1) 0%, rgba(43, 180, 211, 0.4) 100%)"
const SECOND = "linear-gradient(360deg, rgba(255, 209, 86, 0.1) 0%, rgba(255, 209, 86, 0.4) 100%)"
@@ -27,6 +27,7 @@ const THIRD = "linear-gradient(360deg, rgba(148, 148, 255, 0.1) 0%, rgba(148, 14
const OTHER = "linear-gradient(360deg, rgba(28, 96, 253, 0) 0%, rgba(28, 96, 253, 0.2) 100%)"
let TOTALS = data?.map(({ name, total }, index) => {
let max = province ? data.length * 30 + 100 : data.length * 500 + 100
+ console.log(max,'好朋友吗')
return {
name,
value: total,
@@ -81,7 +82,7 @@ const RNAKS = [FIRST, SECOND, THIRD]
已处理
- {rightDatas.processed||0}
+ {rightDatas?.processed||0}
件
-
-
-
-
-
-
-
-
-
-
-
-
-
-