opt account

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 11:42:50 +08:00
parent 5f77a8aa19
commit 4c758bb1a3
51 changed files with 342 additions and 299 deletions

View File

@@ -337,7 +337,7 @@ class _PgcPageState extends CommonPageState<PgcPage, PgcController>
Widget _buildFollow(ThemeData theme) => SliverToBoxAdapter(
child: Obx(
() => controller.isLogin.value
() => controller.accountService.isLogin.value
? Column(
children: [
_buildFollowTitle(theme),
@@ -377,7 +377,7 @@ class _PgcPageState extends CommonPageState<PgcPage, PgcController>
),
),
Obx(
() => controller.isLogin.value
() => controller.accountService.isLogin.value
? Padding(
padding: const EdgeInsets.symmetric(horizontal: 10),
child: GestureDetector(