feat: 回复我的

This commit is contained in:
guozhigq
2024-06-16 13:58:43 +08:00
parent 86023e46a6
commit 1ebbdfb6ca
9 changed files with 516 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class WhisperController extends GetxController {
{
'icon': Icons.message_outlined,
'title': '回复我的',
'path': '',
'path': '/messageReply',
'count': 0,
},
{

View File

@ -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(