Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
a538a75a55ec39dfad4ec6dc7cd53fa130c93932
Authored by
常守达
2026-08-20 15:49:27 +0800
1 parent
2d900146
build: skipped
fix(login): 去掉退登toast
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
lib/app/modules/home/widgets/my/account_setting_cn_view.dart
lib/app/modules/home/widgets/my/account_setting_view.dart
lib/app/modules/home/widgets/my/account_setting_cn_view.dart
View file @
a538a75
...
...
@@ -185,7 +185,7 @@ class AccountSettingCNView extends GetView<MyController> {
await
Get
.
find
<
UserStateService
>().
onLogout
();
});
AppToast
.
show
(
l10n
.
loggedOutSuccessfully
);
//
AppToast.show(l10n.loggedOutSuccessfully);
Get
.
offAllNamed
(
AppRoutes
.
login
);
}
...
...
lib/app/modules/home/widgets/my/account_setting_view.dart
View file @
a538a75
...
...
@@ -173,7 +173,7 @@ class AccountSettingView extends GetView<MyController> {
await
Get
.
find
<
UserStateService
>().
onLogout
();
});
AppToast
.
show
(
l10n
.
loggedOutSuccessfully
);
//
AppToast.show(l10n.loggedOutSuccessfully);
Get
.
offAllNamed
(
AppRoutes
.
login
);
}
...
...
Please
register
or
login
to post a comment