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