Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-02 13:59:52 +08:00
parent 89df091542
commit d112843a8a
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ class SubController extends CommonController {
@override
Future queryData([bool isRefresh = true]) {
if (mid == null) {
if (mid == 0) {
loadingState.value = LoadingState.error('账号未登录');
return Future.value();
}