修改圈子列表跳转
This commit is contained in:
parent
6a7dc210ea
commit
627d312240
@ -506,7 +506,7 @@ class _InfoListViewState extends State<InfoListView> 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<InfoListView> 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<InfoListView> with AutomaticKeepAliveClie
|
||||
)),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
listsLg?.pushHomePage(
|
||||
pushHomePage(
|
||||
lists, widget.bean.id.toString());
|
||||
},
|
||||
child: Image.asset(
|
||||
@ -820,7 +820,7 @@ class _InfoListViewState extends State<InfoListView> 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<InfoListView> with AutomaticKeepAliveClie
|
||||
),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
listsLg?.pushHomePage(
|
||||
pushHomePage(
|
||||
lists, widget.bean.id.toString());
|
||||
},
|
||||
child: ClipOval(
|
||||
@ -1065,7 +1065,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
||||
)),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
listsLg?.pushHomePage(
|
||||
pushHomePage(
|
||||
lists, widget.bean.id.toString());
|
||||
},
|
||||
child: Image.asset(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user