Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -75,9 +75,7 @@ class _BlackListPageState extends State<BlackListPage> {
}
final item = response[index];
return ListTile(
onTap: () {
Get.toNamed('/member?mid=${item.mid}');
},
onTap: () => Get.toNamed('/member?mid=${item.mid}'),
leading: NetworkImgLayer(
width: 45,
height: 45,