feat: 回复我的
This commit is contained in:
@ -69,7 +69,7 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
children: [
|
||||
..._whisperController.noticesList.map((element) {
|
||||
return InkWell(
|
||||
onTap: () => {},
|
||||
onTap: () => Get.toNamed(element['path']),
|
||||
onLongPress: () {},
|
||||
borderRadius: StyleString.mdRadius,
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user