修改圈子列表跳转
This commit is contained in:
parent
6a7dc210ea
commit
627d312240
@ -506,7 +506,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
left: 12.sp * index,
|
left: 12.sp * index,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushOtherPeopleHomePage(element.id.toString());
|
pushOtherPeopleHomePage(element.id.toString());
|
||||||
},
|
},
|
||||||
child: circleWidget(element.avatar!, width: 24),
|
child: circleWidget(element.avatar!, width: 24),
|
||||||
),
|
),
|
||||||
@ -600,7 +600,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
),
|
),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushHomePage(lists, lists.id.toString());
|
pushHomePage(lists, lists.id.toString());
|
||||||
},
|
},
|
||||||
child: ClipOval(
|
child: ClipOval(
|
||||||
child: Image.network(
|
child: Image.network(
|
||||||
@ -768,7 +768,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
)),
|
)),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushHomePage(
|
pushHomePage(
|
||||||
lists, widget.bean.id.toString());
|
lists, widget.bean.id.toString());
|
||||||
},
|
},
|
||||||
child: Image.asset(
|
child: Image.asset(
|
||||||
@ -820,7 +820,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
left: 12.sp * index,
|
left: 12.sp * index,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushOtherPeopleHomePage(element.id.toString());
|
pushOtherPeopleHomePage(element.id.toString());
|
||||||
},
|
},
|
||||||
child: circleWidget(element.avatar!, width: 24),
|
child: circleWidget(element.avatar!, width: 24),
|
||||||
),
|
),
|
||||||
@ -886,7 +886,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
),
|
),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushHomePage(
|
pushHomePage(
|
||||||
lists, widget.bean.id.toString());
|
lists, widget.bean.id.toString());
|
||||||
},
|
},
|
||||||
child: ClipOval(
|
child: ClipOval(
|
||||||
@ -1065,7 +1065,7 @@ class _InfoListViewState extends State<InfoListView> with AutomaticKeepAliveClie
|
|||||||
)),
|
)),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
listsLg?.pushHomePage(
|
pushHomePage(
|
||||||
lists, widget.bean.id.toString());
|
lists, widget.bean.id.toString());
|
||||||
},
|
},
|
||||||
child: Image.asset(
|
child: Image.asset(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user