feat:更新个人主页模块
This commit is contained in:
@@ -84,7 +84,7 @@ class _MomentPageState extends State<MomentPage> {
|
||||
itemCount: provider.momentList.length,
|
||||
separatorBuilder: (context, index) => SizedBox(height: 8),
|
||||
itemBuilder: (context, index) {
|
||||
return MomentCard(moment: provider.momentList[index]);
|
||||
return MomentCard(moment: provider.momentList[index], isUser: false);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user