mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 18:16:54 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user