From 4d3f2d74e28ac8358ade4ebc83dbe8fd32ff07b4 Mon Sep 17 00:00:00 2001 From: tangshaojian <63377964@qq.com> Date: Thu, 15 May 2025 12:16:45 +0800 Subject: [PATCH] =?UTF-8?q?tsj:=201=E3=80=81=E5=81=B6=E5=8F=91MapNotificat?= =?UTF-8?q?ion=E4=BC=9A=E6=9C=89=E6=8A=A5=E9=94=99=EF=BC=8C=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BA=86=E4=BF=9D=E6=8A=A4=202=E3=80=81=E5=8F=91?= =?UTF-8?q?=E7=89=88=E5=89=8D=E5=85=88=E9=9A=90=E8=97=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8D=AB=E7=94=9F=E4=B8=8B=E9=92=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/MapContainer/MapNotification/index.tsx | 2 +- .../components/MapContainer/NavigationBar/index.tsx | 3 ++- .../components/EnvironmentalHealth/index.less | 1 + .../IndustryOverview/components/EnvironmentalHealth/index.tsx | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx b/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx index c72bda5b..3a16c6f5 100644 --- a/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx +++ b/src/pages/Home_v_2504/components/MapContainer/MapNotification/index.tsx @@ -121,7 +121,7 @@ const MapNotification: React.FC = ({ districtName }) => {
通知 {currentDistrictName} - {notifications[currentIndex].content} + {notifications[currentIndex]?.content}
); diff --git a/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx b/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx index fa4da296..1117bde7 100644 --- a/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx +++ b/src/pages/Home_v_2504/components/MapContainer/NavigationBar/index.tsx @@ -94,7 +94,8 @@ const NavigationBar: React.FC = () => { icon: 'map-navigate-logo-4.png', hasChildren: true, children: [ - { key: 'industryStatus1', label: '环境卫生', pageKey: 'environment' }, + { key: 'industryStatus1', label: '环境卫生' }, + // { key: 'industryStatus1', label: '环境卫生', pageKey: 'environment' }, { key: 'industryStatus2', label: '市容广招' }, { key: 'industryStatus3', label: '固废处置' }, { key: 'industryStatus4', label: '市政设施' }, diff --git a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less index b628d44f..4245357f 100644 --- a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less +++ b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.less @@ -1,5 +1,6 @@ .container { padding: 10px 20px 20px 20px; + cursor: pointer; .dataBox { width: 242px; diff --git a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx index 95301598..c87712f7 100644 --- a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx +++ b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/EnvironmentalHealth/index.tsx @@ -89,8 +89,8 @@ const EnvironmentalHealth: React.FC = () => { return (
navigateTo('environment')} - style={{ cursor: 'pointer' }} + // onClick={() => navigateTo('environment')} + // style={{ cursor: 'pointer' }} > {/* 问题统计 */}