diff --git a/lib/pages/home/user_information_page.dart b/lib/pages/home/user_information_page.dart index 96450d9..c1342fb 100644 --- a/lib/pages/home/user_information_page.dart +++ b/lib/pages/home/user_information_page.dart @@ -232,7 +232,7 @@ class UserInformationPage extends StatelessWidget { ), ), Text( - "动我ID:${controller.userData.value.userId}", + "动我ID:${userId}", style: TextStyle( fontSize: 9.w, color: const Color.fromRGBO(144, 144, 144, 1)