From 6234c8114d5646e23f06a4bf56e475bc05dbb80d Mon Sep 17 00:00:00 2001 From: toly <1981462002@qq.com> Date: Sun, 27 Jun 2021 16:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E7=99=BB?= =?UTF-8?q?=E9=99=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/pages/category/collect_page.dart | 2 +- lib/views/pages/user/user_page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/pages/category/collect_page.dart b/lib/views/pages/category/collect_page.dart index f0463f6..5414c3d 100644 --- a/lib/views/pages/category/collect_page.dart +++ b/lib/views/pages/category/collect_page.dart @@ -61,7 +61,7 @@ class _CollectPageState extends State margin: EdgeInsets.all(10), child: FeedbackWidget( onPressed: () { - Navigator.of(context).pushNamed(UnitRouter.login); + // Navigator.of(context).pushNamed(UnitRouter.login); }, child: CircleImage( image: AssetImage('assets/images/icon_head.webp'), diff --git a/lib/views/pages/user/user_page.dart b/lib/views/pages/user/user_page.dart index a67d3f2..3ec3e38 100644 --- a/lib/views/pages/user/user_page.dart +++ b/lib/views/pages/user/user_page.dart @@ -86,7 +86,7 @@ class UserPage extends StatelessWidget { } return FeedbackWidget( onEnd: () { - Navigator.of(context).pushNamed(UnitRouter.login); + // Navigator.of(context).pushNamed(UnitRouter.login); }, child: CircleImage( size: 80,