mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
fix query follow up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -148,7 +148,7 @@ class DynamicsController extends GetxController
|
|||||||
var res = await DynamicsHttp.followUp();
|
var res = await DynamicsHttp.followUp();
|
||||||
if (res.isSuccess) {
|
if (res.isSuccess) {
|
||||||
upData.value = res.data;
|
upData.value = res.data;
|
||||||
if (upData.value.upList!.isEmpty) {
|
if (upData.value.upList.isNullOrEmpty) {
|
||||||
mid.value = -1;
|
mid.value = -1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user