mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
opt queryBySort
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -135,6 +135,7 @@ class MemberVideoCtr
|
||||
);
|
||||
|
||||
void queryBySort() {
|
||||
if (isLoading) return;
|
||||
if (type == ContributeType.video) {
|
||||
isLocating.value = false;
|
||||
order.value = order.value == 'pubdate' ? 'click' : 'pubdate';
|
||||
|
||||
Reference in New Issue
Block a user