feat: 优化分类页内容管理

This commit is contained in:
R524809
2026-06-15 15:39:46 +08:00
parent 25a37fc5e2
commit 11469f7dca
5 changed files with 47 additions and 11 deletions
+1
View File
@@ -241,6 +241,7 @@ Page({
if (!result.success) throw new Error(result.message || '查询失败');
const rows = result.data || [];
console.log('rows', rows);
_categoryData = buildCategoryDataFromCloud(rows);
debugLogWorksheetStatsAfterCategoryLoad({ kind: 'cloud', rows });
} catch {