From fbe65f4557bac40cd4af40cc552fe27efd14f718 Mon Sep 17 00:00:00 2001 From: wylyl22 <2373073266@qq.com> Date: Thu, 25 Aug 2022 10:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/user/user_page.dart | 2 ++ 1 file changed, 2 insertions(+) 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);