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

@@ -126,6 +126,7 @@ class HorizontalMemberPageController
}
void queryBySort() {
if (isLoading) return;
order.value = order.value == 'pubdate' ? 'click' : 'pubdate';
onReload();
}