opt: fav article

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-24 11:04:28 +08:00
parent fcaba24cee
commit 636e083044
3 changed files with 21 additions and 10 deletions

View File

@@ -489,7 +489,7 @@ class UserHttp {
'page': page,
});
if (res.data['code'] == 0) {
return LoadingState.success(res.data['data']?['items']);
return LoadingState.success(res.data['data']);
} else {
return LoadingState.error(res.data['message']);
}