diff --git a/lib/ui/user/user_page.dart b/lib/ui/user/user_page.dart index 768efbe..f3587da 100644 --- a/lib/ui/user/user_page.dart +++ b/lib/ui/user/user_page.dart @@ -46,8 +46,10 @@ class _UserPageState extends State { String? endDate; bool vle=false; @override + void initState() { super.initState(); + UserTool.userProvider.updateUserInfo(); if ( UserTool.userProvider.isLogin) { print(UserTool.userProvider.userInfo.end*1000); print(DateTime.now().millisecondsSinceEpoch);