@@ -18,6 +18,12 @@ type Props = {
};
function A0Map({ type, sonChaneType }: Props) {
+
+ useEffect(()=>{
+ if(type===3) setMapSon(0)
+ },[type])
// 进页面显示加载中
useEffect(() => {
domShowFu("#AsyncSpinLoding", true);