opt: login/logout

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-08 13:23:11 +08:00
parent c77ceea262
commit e06a3d8f22
17 changed files with 174 additions and 237 deletions

View File

@@ -89,7 +89,7 @@ class _HomePageState extends State<HomePage>
searchBar,
const SizedBox(width: 4),
Obx(
() => _homeController.userLogin.value
() => _homeController.isLogin.value
? Stack(
clipBehavior: Clip.none,
alignment: Alignment.center,
@@ -134,7 +134,7 @@ class _HomePageState extends State<HomePage>
Semantics(
label: "我的",
child: Obx(
() => _homeController.userLogin.value
() => _homeController.isLogin.value
? Stack(
clipBehavior: Clip.none,
children: [