mod: member page title

This commit is contained in:
guozhigq
2024-10-31 00:10:25 +08:00
parent 4c05479ee8
commit c8bd564cf0
6 changed files with 36 additions and 4 deletions

View File

@ -51,8 +51,9 @@ class _MemberArchivePageState extends State<MemberArchivePage> {
centerTitle: false,
title: Obx(
() => Text(
'的投稿 - ${_memberArchivesController.currentOrder['label']}',
style: Theme.of(context).textTheme.titleMedium),
'${_memberArchivesController.isOwner.value ? '' : 'Ta'}的投稿 - ${_memberArchivesController.currentOrder['label']}',
style: Theme.of(context).textTheme.titleMedium,
),
),
actions: [
// Obx(