opt: user relation

This commit is contained in:
guozhigq
2024-10-24 23:25:24 +08:00
parent 27c7a34e20
commit fdb86a9a20
4 changed files with 94 additions and 71 deletions

View File

@ -87,7 +87,9 @@ class _BlackListPageState extends State<BlackListPage> {
itemCount: list.length,
itemBuilder: (BuildContext context, int index) {
return ListTile(
onTap: () {},
onTap: () => Get.toNamed(
'/member?mid=${list[index].mid}',
arguments: {'face': list[index].face}),
leading: NetworkImgLayer(
width: 45,
height: 45,