This commit is contained in:
zzc
2026-06-15 19:38:40 +08:00
parent 082cd011d2
commit f256df8f94
18 changed files with 33 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ const loadData = async (page = 1) => {
try {
loading.value = true;
const res = await fetchUserTopics(page);
const list = res?.data?.records || res?.records || res?.list || [];
const list = res?.list || [];
// 如果是第一页,先清空原有数据
if (page === 1) {