From 17692267eea4adb77e93363ac27f1caff5f006ae Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 05 六月 2023 09:11:43 +0800
Subject: [PATCH] 2023年06月05日09:11:31

---
 app/src/main/res/layout/activity_my_power_station.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/activity_my_power_station.xml b/app/src/main/res/layout/activity_my_power_station.xml
index d69baa7..5410ff4 100644
--- a/app/src/main/res/layout/activity_my_power_station.xml
+++ b/app/src/main/res/layout/activity_my_power_station.xml
@@ -11,7 +11,7 @@
     <androidx.fragment.app.FragmentContainerView
 
         android:id="@+id/my_power_station_fcv1"
-        android:name="com.hdl.photovoltaic.ui.home.HouseListFragment"
+        android:name="com.hdl.photovoltaic.ui.home.powerstation.HouseListFragment"
         android:layout_width="match_parent"
         android:layout_height="0dp"
         android:visibility="gone"
@@ -22,7 +22,7 @@
     <!--鎴戠殑-Fragment-->
     <androidx.fragment.app.FragmentContainerView
         android:id="@+id/my_power_station_fcv2"
-        android:name="com.hdl.photovoltaic.ui.home.MeFragment"
+        android:name="com.hdl.photovoltaic.ui.home.me.MeFragment"
         android:layout_width="match_parent"
         android:layout_height="0dp"
         android:visibility="gone"

--
Gitblit v1.8.0