opt queryBySort

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-04 20:23:25 +08:00
parent 12b27b1d8d
commit 6d0017c256
5 changed files with 17 additions and 15 deletions

View File

@@ -117,6 +117,7 @@ class PgcReviewController
}
void queryBySort() {
if (isLoading) return;
sortType.value = sortType.value == PgcReviewSortType.def
? PgcReviewSortType.latest
: PgcReviewSortType.def;