opt: queryFollowUp

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-25 15:15:19 +08:00
parent 1825329236
commit 52dda9964c

View File

@@ -96,7 +96,10 @@ class DynamicsController extends GetxController
}
}
late bool isQuerying = false;
Future queryFollowUp({type = 'init'}) async {
if (isQuerying) return;
isQuerying = true;
if (!isLogin.value) {
upData.value.errMsg = '账号未登录';
upData.refresh();
@@ -156,6 +159,7 @@ class DynamicsController extends GetxController
upData.refresh();
}
}
isQuerying = false;
}
onSelectUp(mid) async {