feat: 回复我的
This commit is contained in:
@ -12,7 +12,7 @@ class WhisperController extends GetxController {
|
||||
{
|
||||
'icon': Icons.message_outlined,
|
||||
'title': '回复我的',
|
||||
'path': '',
|
||||
'path': '/messageReply',
|
||||
'count': 0,
|
||||
},
|
||||
{
|
||||
|
||||
@ -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