fix: youhua

This commit is contained in:
zzc
2026-06-10 00:47:06 +08:00
parent 21bfa3efd8
commit 3ae62897b6

View File

@@ -204,7 +204,11 @@ onShow(() => {
initData(); initData();
}); });
const handleLoginSuccess = () => { const handleLoginSuccess = async () => {
currentPage.value = 1;
hasMore.value = true;
await loadCategories();
await loadTopicList(currentCategoryId.value, currentPage.value);
}; };
// 下拉刷新 // 下拉刷新