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();