From 59e120e5915dea44b5727e6fed3e6e6b1e66c678 Mon Sep 17 00:00:00 2001 From: wylyl22 <2373073266@qq.com> Date: Mon, 28 Nov 2022 08:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/home/call.dart | 3 ++- lib/ui/user/user_page.dart | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ui/home/call.dart b/lib/ui/home/call.dart index a9ea61d..080fead 100644 --- a/lib/ui/home/call.dart +++ b/lib/ui/home/call.dart @@ -88,7 +88,8 @@ void onStart(ServiceInstance service) async { flutterLocalNotificationsPlugin.show( notificationId, '短信帮手', - '$callState ${DateTime.now().second}', + '欢迎使用短信帮手(请勿关闭)', + // '$callState ${DateTime.now().second}', const NotificationDetails( android: AndroidNotificationDetails( nId, diff --git a/lib/ui/user/user_page.dart b/lib/ui/user/user_page.dart index 164753e..f4b2734 100644 --- a/lib/ui/user/user_page.dart +++ b/lib/ui/user/user_page.dart @@ -309,7 +309,7 @@ class _UserPageState extends State { isVip = false; vle = false; // UserTool.userProvider.updateUserInfo(); - _easyRefreshController.callRefresh(); + // _easyRefreshController.callRefresh(); } else { isVip = true; vle = await service.isRunning();