fix: 个人动态无限循环 issues #340
This commit is contained in:
@ -54,7 +54,7 @@ class _FansPageState extends State<FansPage> {
|
||||
centerTitle: false,
|
||||
titleSpacing: 0,
|
||||
title: Text(
|
||||
'${_fansController.name}的粉丝',
|
||||
_fansController.isOwner.value ? '我的粉丝' : '${_fansController.name}的粉丝',
|
||||
style: Theme.of(context).textTheme.titleMedium,
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user