From 05843113de6fb54a0462714fd576ba7077642772 Mon Sep 17 00:00:00 2001 From: datang Date: Tue, 30 Aug 2022 16:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=BB=93=E6=9D=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/user/user_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/user/user_page.dart b/lib/ui/user/user_page.dart index 3b79573..cac2052 100644 --- a/lib/ui/user/user_page.dart +++ b/lib/ui/user/user_page.dart @@ -229,6 +229,7 @@ class _UserPageState extends State { endDate = DateUtil.formatDateMs( UserTool.userProvider.userInfo.end * 1000, format: DateFormats.y_mo_d); + UserTool.userProvider.updateUserInfo(); setState(() {}); }