mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: refresh
related #306 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -95,7 +95,6 @@ class HorizontalMemberPageController extends CommonController {
|
||||
|
||||
queryBySort() {
|
||||
order.value = order.value == 'pubdate' ? 'click' : 'pubdate';
|
||||
loadingState.value = LoadingState.loading();
|
||||
onRefresh();
|
||||
onReload();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -197,7 +197,6 @@ class VideoReplyReplyController extends ReplyController
|
||||
mode.value = mode.value == Mode.MAIN_LIST_HOT
|
||||
? Mode.MAIN_LIST_TIME
|
||||
: Mode.MAIN_LIST_HOT;
|
||||
loadingState.value = LoadingState.loading();
|
||||
onRefresh();
|
||||
onReload();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user