mac
2024-09-06 30dd2bff4bcb91be35c058bcd84a3049b7ee35ff
app/src/main/java/com/hdl/photovoltaic/ui/BPowerStationActivity.java
@@ -658,12 +658,13 @@
                    }
                });
            }
        } else if (event.getTopic().contains(ConstantManage.station_status)) {
        } else if (event.getTopic().contains(ConstantManage.homepage_title_tab_switch)) {
            if (event.getType().contains(ConstantManage.station_page)) {
                //从首页指定电站状态打开电站界面
            currentFragmentIndex = 1;
            bottomViewChangeOfStyle();
            showFragment();
            HdlCommonLogic.getInstance().postEventBusSticky(ConstantManage.homepage_title_tab_switch, event.getType());
            }
        }
    }