From 627d312240b0bc7801d13a3e6fa4e6b8267ae17c Mon Sep 17 00:00:00 2001 From: CYH <13923927013@163.com> Date: Wed, 5 Jul 2023 09:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=88=E5=AD=90=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/app/circle/widgets/info_list_view.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/circle_app/lib/app/circle/widgets/info_list_view.dart b/circle_app/lib/app/circle/widgets/info_list_view.dart index 1ad64a3..c0d55a0 100644 --- a/circle_app/lib/app/circle/widgets/info_list_view.dart +++ b/circle_app/lib/app/circle/widgets/info_list_view.dart @@ -506,7 +506,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie left: 12.sp * index, child: GestureDetector( onTap: () { - listsLg?.pushOtherPeopleHomePage(element.id.toString()); + pushOtherPeopleHomePage(element.id.toString()); }, child: circleWidget(element.avatar!, width: 24), ), @@ -600,7 +600,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie ), GestureDetector( onTap: () { - listsLg?.pushHomePage(lists, lists.id.toString()); + pushHomePage(lists, lists.id.toString()); }, child: ClipOval( child: Image.network( @@ -768,7 +768,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie )), GestureDetector( onTap: () { - listsLg?.pushHomePage( + pushHomePage( lists, widget.bean.id.toString()); }, child: Image.asset( @@ -820,7 +820,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie left: 12.sp * index, child: GestureDetector( onTap: () { - listsLg?.pushOtherPeopleHomePage(element.id.toString()); + pushOtherPeopleHomePage(element.id.toString()); }, child: circleWidget(element.avatar!, width: 24), ), @@ -886,7 +886,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie ), GestureDetector( onTap: () { - listsLg?.pushHomePage( + pushHomePage( lists, widget.bean.id.toString()); }, child: ClipOval( @@ -1065,7 +1065,7 @@ class _InfoListViewState extends State with AutomaticKeepAliveClie )), GestureDetector( onTap: () { - listsLg?.pushHomePage( + pushHomePage( lists, widget.bean.id.toString()); }, child: Image.asset(