fix: youhua
This commit is contained in:
@@ -204,7 +204,11 @@ onShow(() => {
|
||||
initData();
|
||||
});
|
||||
|
||||
const handleLoginSuccess = () => {
|
||||
const handleLoginSuccess = async () => {
|
||||
currentPage.value = 1;
|
||||
hasMore.value = true;
|
||||
await loadCategories();
|
||||
await loadTopicList(currentCategoryId.value, currentPage.value);
|
||||
};
|
||||
|
||||
// 下拉刷新
|
||||
|
||||
Reference in New Issue
Block a user