mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 07:36:14 +08:00
mod: msg top item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -54,12 +54,18 @@ class _AtMePageState extends State<AtMePage> {
|
|||||||
PiliScheme.routePushFromUrl(nativeUri);
|
PiliScheme.routePushFromUrl(nativeUri);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
leading: NetworkImgLayer(
|
leading: GestureDetector(
|
||||||
|
onTap: () {
|
||||||
|
Get.toNamed(
|
||||||
|
'/member?mid=${loadingState.response[index].user?.mid}');
|
||||||
|
},
|
||||||
|
child: NetworkImgLayer(
|
||||||
width: 45,
|
width: 45,
|
||||||
height: 45,
|
height: 45,
|
||||||
type: 'avatar',
|
type: 'avatar',
|
||||||
src: loadingState.response[index].user?.avatar,
|
src: loadingState.response[index].user?.avatar,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
"${loadingState.response[index].user?.nickname} "
|
"${loadingState.response[index].user?.nickname} "
|
||||||
"在${loadingState.response[index].item?.business}中@了我",
|
"在${loadingState.response[index].item?.business}中@了我",
|
||||||
|
|||||||
@@ -53,12 +53,18 @@ class _ReplyMePageState extends State<ReplyMePage> {
|
|||||||
PiliScheme.routePushFromUrl(nativeUri);
|
PiliScheme.routePushFromUrl(nativeUri);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
leading: NetworkImgLayer(
|
leading: GestureDetector(
|
||||||
|
onTap: () {
|
||||||
|
Get.toNamed(
|
||||||
|
'/member?mid=${loadingState.response[index].user?.mid}');
|
||||||
|
},
|
||||||
|
child: NetworkImgLayer(
|
||||||
width: 45,
|
width: 45,
|
||||||
height: 45,
|
height: 45,
|
||||||
type: 'avatar',
|
type: 'avatar',
|
||||||
src: loadingState.response[index].user?.avatar,
|
src: loadingState.response[index].user?.avatar,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
"${loadingState.response[index].user?.nickname} "
|
"${loadingState.response[index].user?.nickname} "
|
||||||
"回复了我的${loadingState.response[index].item?.business}",
|
"回复了我的${loadingState.response[index].item?.business}",
|
||||||
|
|||||||
Reference in New Issue
Block a user